Html Css Color HEX #2CBF34 Lime Green

📋 copy color: '#2CBF34'

red 44 ◦ green 191 ◦ blue 52

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

Shades of Lime Green #2CBF34

Tints of Lime Green #2CBF34

RGB

 RED value IS 44 (17.58% from 255) = 15.33%

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

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

R = 15.33%
G = 66.55%
B = 18.12%

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

#2CBF34 (or 0x2CBF34) is known color: Lime Green. HEX triplet: 2C, BF and 34. RGB value is (44,191,52). Sum of RGB (Red+Green+Blue) = 44+191+52=287 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.33% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF34 is #D340CB. Grayscale: #838383. Windows color (decimal): -13844684 or 3456812. OLE color: 3456812.

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

Color convert

RGB 44 191 52 -
CMYK 0.77 0 0.73 0.25
HSL 123.27º 0.63% 0.46% -
HSV(B) 123.27º 0.77% 0.75% -
XYZ 20.29 38.05 9.52 -
YUV 131.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 44 191 52 0.77 0 0.73 0.25 123.27 0.63 0.46
Hex 2C BF 34 4D 0 49 19 7B 3F 2E
Octal 54 277 64 115 0 111 31 173 77 56
Binary 101100 10111111 110100 1001101 0 1001001 11001 1111011 111111 101110

Color Harmonies of #2CBF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF34

Black with #2CBF34

Text Example


Text Example

White with #2CBF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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