Html Css Color HEX #2BBF34 Lime Green

📋 copy color: '#2BBF34'

red 43 ◦ green 191 ◦ blue 52

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

Shades of Lime Green #2BBF34

Tints of Lime Green #2BBF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 15.03%
G = 66.78%
B = 18.18%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#2BBF34 (or 0x2BBF34) is known color: Lime Green. HEX triplet: 2B, BF and 34. RGB value is (43,191,52). Sum of RGB (Red+Green+Blue) = 43+191+52=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BBF34 is #D440CB. Grayscale: #838383. Windows color (decimal): -13910220 or 3456811. OLE color: 3456811.

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

Color convert

RGB 43 191 52 -
CMYK 0.77 0 0.73 0.25
HSL 123.65º 0.63% 0.46% -
HSV(B) 123.65º 0.77% 0.75% -
XYZ 20.25 38.02 9.52 -
YUV 130.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 43 191 52 0.77 0 0.73 0.25 123.65 0.63 0.46
Hex 2B BF 34 4D 0 49 19 7C 3F 2E
Octal 53 277 64 115 0 111 31 174 77 56
Binary 101011 10111111 110100 1001101 0 1001001 11001 1111100 111111 101110

Color Harmonies of #2BBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBF34

Black with #2BBF34

Text Example


Text Example

White with #2BBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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