Html Css Color HEX #2BBC18 Lime Green

📋 copy color: '#2BBC18'

red 43 ◦ green 188 ◦ blue 24

#2BBC18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2BBC18

Tints of Lime Green #2BBC18

RGB

 RED value IS 43 (17.19% from 255) = 16.86%

 GREEN value IS 188 (73.83% from 255) = 73.73%

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 16.86%
G = 73.73%
B = 9.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#2BBC18 (or 0x2BBC18) is known color: Lime Green. HEX triplet: 2B, BC and 18. RGB value is (43,188,24). Sum of RGB (Red+Green+Blue) = 43+188+24=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC18 is #D443E7. Grayscale: #7E7E7E. Windows color (decimal): -13911016 or 1621035. OLE color: 1621035.

HSL color Cylindrical-coordinate representation of color #2BBC18: hue angle of 113.05º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2BBC18 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 188 24 -
CMYK 0.77 0 0.87 0.26
HSL 113.05º 0.77% 0.42% -
HSV(B) 113.05º 0.87% 0.74% -
XYZ 19.14 36.55 6.91 -
YUV 125.95 70.46 68.84 -
System Red Green Blue C M Y K H S L
Decimal 43 188 24 0.77 0 0.87 0.26 113.05 0.77 0.42
Hex 2B BC 18 4D 0 57 1A 71 4D 2A
Octal 53 274 30 115 0 127 32 161 115 52
Binary 101011 10111100 11000 1001101 0 1010111 11010 1110001 1001101 101010

Color Harmonies of #2BBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBC18

Black with #2BBC18

Text Example


Text Example

White with #2BBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BBC18; }

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

 H1.HeaderClassName
 {
   color: #2BBC18;
 }
 .AnyTagClassName
 {
   color: #2BBC18;
 }
</style>

background-color css

<style>
 a { background-color: #2BBC18; }

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

 div.DivClassName
 {
   background-color: #2BBC18;
 }
 .BgClassName
 {
   background-color: #2BBC18;
 }
</style>

border-color css

<style>
 span { border-color: #2BBC18; }

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

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