Html Css Color HEX #2CB53F Lime Green

📋 copy color: '#2CB53F'

red 44 ◦ green 181 ◦ blue 63

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

Shades of Lime Green #2CB53F

Tints of Lime Green #2CB53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.88%

R = 15.28%
G = 62.85%
B = 21.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#2CB53F (or 0x2CB53F) is known color: Lime Green. HEX triplet: 2C, B5 and 3F. RGB value is (44,181,63). Sum of RGB (Red+Green+Blue) = 44+181+63=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB53F is #D34AC0. Grayscale: #7E7E7E. Windows color (decimal): -13847233 or 4175148. OLE color: 4175148.

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

Color convert

RGB 44 181 63 -
CMYK 0.76 0 0.65 0.29
HSL 128.32º 0.61% 0.44% -
HSV(B) 128.32º 0.76% 0.71% -
XYZ 18.46 33.94 10.28 -
YUV 126.59 92.11 69.09 -
System Red Green Blue C M Y K H S L
Decimal 44 181 63 0.76 0 0.65 0.29 128.32 0.61 0.44
Hex 2C B5 3F 4C 0 41 1D 80 3D 2C
Octal 54 265 77 114 0 101 35 200 75 54
Binary 101100 10110101 111111 1001100 0 1000001 11101 10000000 111101 101100

Color Harmonies of #2CB53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB53F

Black with #2CB53F

Text Example


Text Example

White with #2CB53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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