Html Css Color HEX #2BBF36 Lime Green

📋 copy color: '#2BBF36'

red 43 ◦ green 191 ◦ blue 54

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

Shades of Lime Green #2BBF36

Tints of Lime Green #2BBF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 14.93%
G = 66.32%
B = 18.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#2BBF36 (or 0x2BBF36) is known color: Lime Green. HEX triplet: 2B, BF and 36. RGB value is (43,191,54). Sum of RGB (Red+Green+Blue) = 43+191+54=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF36 is #D440C9. Grayscale: #838383. Windows color (decimal): -13910218 or 3587883. OLE color: 3587883.

HSL color Cylindrical-coordinate representation of color #2BBF36: hue angle of 124.46º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF36 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 191 54 -
CMYK 0.77 0 0.72 0.25
HSL 124.46º 0.63% 0.46% -
HSV(B) 124.46º 0.77% 0.75% -
XYZ 20.29 38.04 9.76 -
YUV 131.13 84.47 65.14 -
System Red Green Blue C M Y K H S L
Decimal 43 191 54 0.77 0 0.72 0.25 124.46 0.63 0.46
Hex 2B BF 36 4D 0 48 19 7C 3F 2E
Octal 53 277 66 115 0 110 31 174 77 56
Binary 101011 10111111 110110 1001101 0 1001000 11001 1111100 111111 101110

Color Harmonies of #2BBF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF36

Black with #2BBF36

Text Example


Text Example

White with #2BBF36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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