Html Css Color HEX #2BBF24 Lime Green

📋 copy color: '#2BBF24'

red 43 ◦ green 191 ◦ blue 36

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

Shades of Lime Green #2BBF24

Tints of Lime Green #2BBF24

RGB

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

 GREEN value IS 191 (75% from 255) = 70.74%

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

R = 15.93%
G = 70.74%
B = 13.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#2BBF24 (or 0x2BBF24) is known color: Lime Green. HEX triplet: 2B, BF and 24. RGB value is (43,191,36). Sum of RGB (Red+Green+Blue) = 43+191+36=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 191 (75% from 255 or 70.74% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF24 is #D440DB. Grayscale: #818181. Windows color (decimal): -13910236 or 2408235. OLE color: 2408235.

HSL color Cylindrical-coordinate representation of color #2BBF24: hue angle of 117.29º 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 #2BBF24 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 36 -
CMYK 0.77 0 0.81 0.25
HSL 117.29º 0.68% 0.45% -
HSV(B) 117.29º 0.81% 0.75% -
XYZ 19.95 37.9 7.93 -
YUV 129.08 75.47 66.6 -
System Red Green Blue C M Y K H S L
Decimal 43 191 36 0.77 0 0.81 0.25 117.29 0.68 0.45
Hex 2B BF 24 4D 0 51 19 75 44 2D
Octal 53 277 44 115 0 121 31 165 104 55
Binary 101011 10111111 100100 1001101 0 1010001 11001 1110101 1000100 101101

Color Harmonies of #2BBF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF24

Black with #2BBF24

Text Example


Text Example

White with #2BBF24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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