#18CB2B

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

Shades of Lime Green #18CB2B

Tints of Lime Green #18CB2B

Color information

#18CB2B (or 0x18CB2B) is unknown color: approx Lime Green. HEX triplet: 18, CB and 2B. RGB value is (24,203,43). Sum of RGB (Red+Green+Blue) = 24+203+43=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 203 (79.69% from 255 or 75.19% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB2B is #E734D4. Grayscale: #838383. Windows color (decimal): -15152341 or 2870040. OLE color: 2870040.

HSL color Cylindrical-coordinate representation of color #18CB2B: hue angle of 126.37º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB2B is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2420343-
CMYK0.8800.790.20
HSL126.37º78.85%44.51%-
HSV(B)126.37º88.18%79.61%-
XYZ22.1743.089.43-
YUV131.2478.251.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 203 (79.69% from 255) = 75.19%
BLUE value IS 43 (17.19% from 255) = 15.93%
R=8.89%
G=75.19%
B=15.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal24203430.8800.790.20126.3778.8544.51
Hex18CB2B5804F147e4f2d
Octal303135313001172417611755
Binary11000110010111010111011000010011111010011111101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18CB2B; }

 p { color: rgb(24,203,43); }

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

<style>
 a { background-color: #18CB2B; }

 a { background-color: rgb(24,203,43); }

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

<style>
 span { border-color: #18CB2B; }

 span { border-color: rgb(24,203,43); }

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