Html Css Color HEX #2CB527 Lime Green

📋 copy color: '#2CB527'

red 44 ◦ green 181 ◦ blue 39

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

Shades of Lime Green #2CB527

Tints of Lime Green #2CB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.56%

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

R = 16.67%
G = 68.56%
B = 14.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#2CB527 (or 0x2CB527) is known color: Lime Green. HEX triplet: 2C, B5 and 27. RGB value is (44,181,39). Sum of RGB (Red+Green+Blue) = 44+181+39=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB527 is #D34AD8. Grayscale: #7C7C7C. Windows color (decimal): -13847257 or 2602284. OLE color: 2602284.

HSL color Cylindrical-coordinate representation of color #2CB527: hue angle of 117.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CB527 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 39 -
CMYK 0.76 0 0.78 0.29
HSL 117.89º 0.65% 0.43% -
HSV(B) 117.89º 0.78% 0.71% -
XYZ 17.93 33.73 7.48 -
YUV 123.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 44 181 39 0.76 0 0.78 0.29 117.89 0.65 0.43
Hex 2C B5 27 4C 0 4E 1D 76 41 2B
Octal 54 265 47 114 0 116 35 166 101 53
Binary 101100 10110101 100111 1001100 0 1001110 11101 1110110 1000001 101011

Color Harmonies of #2CB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB527

Black with #2CB527

Text Example


Text Example

White with #2CB527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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