Html Css Color HEX #2CB52D Lime Green

📋 copy color: '#2CB52D'

red 44 ◦ green 181 ◦ blue 45

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

Shades of Lime Green #2CB52D

Tints of Lime Green #2CB52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 16.3%
G = 67.04%
B = 16.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#2CB52D (or 0x2CB52D) is known color: Lime Green. HEX triplet: 2C, B5 and 2D. RGB value is (44,181,45). Sum of RGB (Red+Green+Blue) = 44+181+45=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 181 (71.09% from 255 or 67.04% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CB52D is #D34AD2. Grayscale: #7C7C7C. Windows color (decimal): -13847251 or 2995500. OLE color: 2995500.

HSL color Cylindrical-coordinate representation of color #2CB52D: hue angle of 120.44º 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 #2CB52D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 45 -
CMYK 0.76 0 0.75 0.29
HSL 120.44º 0.61% 0.44% -
HSV(B) 120.44º 0.76% 0.71% -
XYZ 18.04 33.77 8.05 -
YUV 124.53 83.11 70.56 -
System Red Green Blue C M Y K H S L
Decimal 44 181 45 0.76 0 0.75 0.29 120.44 0.61 0.44
Hex 2C B5 2D 4C 0 4B 1D 78 3D 2C
Octal 54 265 55 114 0 113 35 170 75 54
Binary 101100 10110101 101101 1001100 0 1001011 11101 1111000 111101 101100

Color Harmonies of #2CB52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB52D

Black with #2CB52D

Text Example


Text Example

White with #2CB52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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