Html Css Color HEX #2DCC45 Lime Green

📋 copy color: '#2DCC45'

red 45 ◦ green 204 ◦ blue 69

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

Shades of Lime Green #2DCC45

Tints of Lime Green #2DCC45

RGB

 RED value IS 45 (17.97% from 255) = 14.15%

 GREEN value IS 204 (80.08% from 255) = 64.15%

 BLUE value IS 69 (27.34% from 255) = 21.7%

R = 14.15%
G = 64.15%
B = 21.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#2DCC45 (or 0x2DCC45) is known color: Lime Green. HEX triplet: 2D, CC and 45. RGB value is (45,204,69). Sum of RGB (Red+Green+Blue) = 45+204+69=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC45 is #D233BA. Grayscale: #8D8D8D. Windows color (decimal): -13775803 or 4574253. OLE color: 4574253.

HSL color Cylindrical-coordinate representation of color #2DCC45: hue angle of 129.06º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCC45 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 204 69 -
CMYK 0.78 0 0.66 0.2
HSL 129.06º 0.64% 0.49% -
HSV(B) 129.06º 0.78% 0.8% -
XYZ 23.75 44.17 12.9 -
YUV 141.07 87.32 59.48 -
System Red Green Blue C M Y K H S L
Decimal 45 204 69 0.78 0 0.66 0.2 129.06 0.64 0.49
Hex 2D CC 45 4E 0 42 14 81 40 31
Octal 55 314 105 116 0 102 24 201 100 61
Binary 101101 11001100 1000101 1001110 0 1000010 10100 10000001 1000000 110001

Color Harmonies of #2DCC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC45

Black with #2DCC45

Text Example


Text Example

White with #2DCC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,204,69); }

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

background-color css

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

 a { background-color: rgb(45,204,69); }

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

border-color css

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

 span { border-color: rgb(45,204,69); }

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