#23cb3f

Color #23CB3F Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #23CB3F

Tints of Lime Green #23CB3F

Color information

#23CB3F (or 0x23CB3F) is unknown color: approx Lime Green. HEX triplet: 23, CB and 3F. RGB value is (35,203,63). Sum of RGB (Red+Green+Blue) = 35+203+63=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #23CB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CB3F is #DC34C0. Grayscale: #898989. Windows color (decimal): -14431425 or 4180771. OLE color: 4180771.

HSL color Cylindrical-coordinate representation of color #23CB3F: hue angle of 130º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CB3F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB3520363-
CMYK0.8300.690.20
HSL130º70.59%46.67%-
HSV(B)130º82.76%79.61%-
XYZ22.9543.4311.88-
YUV136.8186.3455.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.63%
GREEN value IS 203 (79.69% from 255) = 67.44%
BLUE value IS 63 (25% from 255) = 20.93%
R=11.63%
G=67.44%
B=20.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal35203630.8300.690.2013070.5946.67
Hex23CB3F530451482472f
Octal433137712301052420210757
Binary1000111100101111111110100110100010110100100000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23cb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23cb3f; }

 p { color: rgb(35,203,63); }

 H1.HeaderClassName
 {
   color: #23cb3f;
 }
 .AnyTagClassName
 {
   color: #23cb3f;
 }
</style>
background-color css

<style>
 a { background-color: #23cb3f; }

 a { background-color: rgb(35,203,63); }

 div.DivClassName
 {
   background-color: #23cb3f;
 }
 .BgClassName
 {
   background-color: #23cb3f;
 }
</style>
border-color css

<style>
 span { border-color: #23cb3f; }

 span { border-color: rgb(35,203,63); }

 td.TdClassName
 {
   border-color: #23cb3f;
 }
 .TagClassName
 {
   border-color: #23cb3f;
 }
</style>