Html Css Color HEX #2CBA27 Lime Green

📋 copy color: '#2CBA27'

red 44 ◦ green 186 ◦ blue 39

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

Shades of Lime Green #2CBA27

Tints of Lime Green #2CBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 69.14%

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

R = 16.36%
G = 69.14%
B = 14.5%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#2CBA27 (or 0x2CBA27) is known color: Lime Green. HEX triplet: 2C, BA and 27. RGB value is (44,186,39). Sum of RGB (Red+Green+Blue) = 44+186+39=269 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.36% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBA27 is #D345D8. Grayscale: #7F7F7F. Windows color (decimal): -13845977 or 2603564. OLE color: 2603564.

HSL color Cylindrical-coordinate representation of color #2CBA27: hue angle of 117.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CBA27 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 44 186 39 -
CMYK 0.76 0 0.79 0.27
HSL 117.96º 0.65% 0.44% -
HSV(B) 117.96º 0.79% 0.73% -
XYZ 18.96 35.8 7.83 -
YUV 126.78 78.46 68.95 -
System Red Green Blue C M Y K H S L
Decimal 44 186 39 0.76 0 0.79 0.27 117.96 0.65 0.44
Hex 2C BA 27 4C 0 4F 1B 76 41 2C
Octal 54 272 47 114 0 117 33 166 101 54
Binary 101100 10111010 100111 1001100 0 1001111 11011 1110110 1000001 101100

Color Harmonies of #2CBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CBA27

Black with #2CBA27

Text Example


Text Example

White with #2CBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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