Html Css Color HEX #2DCA42 Lime Green

📋 copy color: '#2DCA42'

red 45 ◦ green 202 ◦ blue 66

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

Shades of Lime Green #2DCA42

Tints of Lime Green #2DCA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 64.54%

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 14.38%
G = 64.54%
B = 21.09%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#2DCA42 (or 0x2DCA42) is known color: Lime Green. HEX triplet: 2D, CA and 42. RGB value is (45,202,66). Sum of RGB (Red+Green+Blue) = 45+202+66=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA42 is #D235BD. Grayscale: #8B8B8B. Windows color (decimal): -13776318 or 4377133. OLE color: 4377133.

HSL color Cylindrical-coordinate representation of color #2DCA42: hue angle of 128.03º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA42 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 45 202 66 -
CMYK 0.78 0 0.67 0.21
HSL 128.03º 0.64% 0.48% -
HSV(B) 128.03º 0.78% 0.79% -
XYZ 23.19 43.19 12.27 -
YUV 139.55 86.49 60.56 -
System Red Green Blue C M Y K H S L
Decimal 45 202 66 0.78 0 0.67 0.21 128.03 0.64 0.48
Hex 2D CA 42 4E 0 43 15 80 40 30
Octal 55 312 102 116 0 103 25 200 100 60
Binary 101101 11001010 1000010 1001110 0 1000011 10101 10000000 1000000 110000

Color Harmonies of #2DCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCA42

Black with #2DCA42

Text Example


Text Example

White with #2DCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,202,66); }

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

background-color css

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

 a { background-color: rgb(45,202,66); }

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

border-color css

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

 span { border-color: rgb(45,202,66); }

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