Html Css Color HEX #2BC024 Lime Green

📋 copy color: '#2BC024'

red 43 ◦ green 192 ◦ blue 36

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

Shades of Lime Green #2BC024

Tints of Lime Green #2BC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.85%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 15.87%
G = 70.85%
B = 13.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2BC024 (or 0x2BC024) is known color: Lime Green. HEX triplet: 2B, C0 and 24. RGB value is (43,192,36). Sum of RGB (Red+Green+Blue) = 43+192+36=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC024 is #D43FDB. Grayscale: #828282. Windows color (decimal): -13909980 or 2408491. OLE color: 2408491.

HSL color Cylindrical-coordinate representation of color #2BC024: hue angle of 117.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BC024 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 36 -
CMYK 0.78 0 0.81 0.25
HSL 117.31º 0.68% 0.45% -
HSV(B) 117.31º 0.81% 0.75% -
XYZ 20.16 38.34 8.01 -
YUV 129.67 75.14 66.18 -
System Red Green Blue C M Y K H S L
Decimal 43 192 36 0.78 0 0.81 0.25 117.31 0.68 0.45
Hex 2B C0 24 4E 0 51 19 75 44 2D
Octal 53 300 44 116 0 121 31 165 104 55
Binary 101011 11000000 100100 1001110 0 1010001 11001 1110101 1000100 101101

Color Harmonies of #2BC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC024

Black with #2BC024

Text Example


Text Example

White with #2BC024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,192,36); }

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

background-color css

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

 a { background-color: rgb(43,192,36); }

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

border-color css

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

 span { border-color: rgb(43,192,36); }

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