Html Css Color HEX #2CBF37 Lime Green

📋 copy color: '#2CBF37'

red 44 ◦ green 191 ◦ blue 55

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

Shades of Lime Green #2CBF37

Tints of Lime Green #2CBF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 15.17%
G = 65.86%
B = 18.97%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#2CBF37 (or 0x2CBF37) is known color: Lime Green. HEX triplet: 2C, BF and 37. RGB value is (44,191,55). Sum of RGB (Red+Green+Blue) = 44+191+55=290 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.17% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF37 is #D340C8. Grayscale: #838383. Windows color (decimal): -13844681 or 3653420. OLE color: 3653420.

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

Color convert

RGB 44 191 55 -
CMYK 0.77 0 0.71 0.25
HSL 124.49º 0.63% 0.46% -
HSV(B) 124.49º 0.77% 0.75% -
XYZ 20.36 38.07 9.89 -
YUV 131.54 84.8 65.56 -
System Red Green Blue C M Y K H S L
Decimal 44 191 55 0.77 0 0.71 0.25 124.49 0.63 0.46
Hex 2C BF 37 4D 0 47 19 7C 3F 2E
Octal 54 277 67 115 0 107 31 174 77 56
Binary 101100 10111111 110111 1001101 0 1000111 11001 1111100 111111 101110

Color Harmonies of #2CBF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF37

Black with #2CBF37

Text Example


Text Example

White with #2CBF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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