Html Css Color HEX #2CB52A Lime Green

📋 copy color: '#2CB52A'

red 44 ◦ green 181 ◦ blue 42

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

Shades of Lime Green #2CB52A

Tints of Lime Green #2CB52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 16.48%
G = 67.79%
B = 15.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#2CB52A (or 0x2CB52A) is known color: Lime Green. HEX triplet: 2C, B5 and 2A. RGB value is (44,181,42). Sum of RGB (Red+Green+Blue) = 44+181+42=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB52A is #D34AD5. Grayscale: #7C7C7C. Windows color (decimal): -13847254 or 2798892. OLE color: 2798892.

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

Color convert

RGB 44 181 42 -
CMYK 0.76 0 0.77 0.29
HSL 119.14º 0.62% 0.44% -
HSV(B) 119.14º 0.77% 0.71% -
XYZ 17.98 33.75 7.76 -
YUV 124.19 81.61 70.8 -
System Red Green Blue C M Y K H S L
Decimal 44 181 42 0.76 0 0.77 0.29 119.14 0.62 0.44
Hex 2C B5 2A 4C 0 4D 1D 77 3E 2C
Octal 54 265 52 114 0 115 35 167 76 54
Binary 101100 10110101 101010 1001100 0 1001101 11101 1110111 111110 101100

Color Harmonies of #2CB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB52A

Black with #2CB52A

Text Example


Text Example

White with #2CB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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