Html Css Color HEX #2CBF27 Lime Green

📋 copy color: '#2CBF27'

red 44 ◦ green 191 ◦ blue 39

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

Shades of Lime Green #2CBF27

Tints of Lime Green #2CBF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.23%

R = 16.06%
G = 69.71%
B = 14.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#2CBF27 (or 0x2CBF27) is known color: Lime Green. HEX triplet: 2C, BF and 27. RGB value is (44,191,39). Sum of RGB (Red+Green+Blue) = 44+191+39=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF27 is #D340D8. Grayscale: #828282. Windows color (decimal): -13844697 or 2604844. OLE color: 2604844.

HSL color Cylindrical-coordinate representation of color #2CBF27: hue angle of 118.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBF27 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 191 39 -
CMYK 0.77 0 0.80 0.25
HSL 118.03º 0.66% 0.45% -
HSV(B) 118.03º 0.8% 0.75% -
XYZ 20.04 37.94 8.19 -
YUV 129.72 76.8 66.86 -
System Red Green Blue C M Y K H S L
Decimal 44 191 39 0.77 0 0.80 0.25 118.03 0.66 0.45
Hex 2C BF 27 4D 0 50 19 76 42 2D
Octal 54 277 47 115 0 120 31 166 102 55
Binary 101100 10111111 100111 1001101 0 1010000 11001 1110110 1000010 101101

Color Harmonies of #2CBF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBF27

Black with #2CBF27

Text Example


Text Example

White with #2CBF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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