Html Css Color HEX #2DC042 Lime Green

📋 copy color: '#2DC042'

red 45 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #2DC042

Tints of Lime Green #2DC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.37%

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

R = 14.85%
G = 63.37%
B = 21.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#2DC042 (or 0x2DC042) is known color: Lime Green. HEX triplet: 2D, C0 and 42. RGB value is (45,192,66). Sum of RGB (Red+Green+Blue) = 45+192+66=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC042 is #D23FBD. Grayscale: #868686. Windows color (decimal): -13778878 or 4374573. OLE color: 4374573.

HSL color Cylindrical-coordinate representation of color #2DC042: hue angle of 128.57º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC042 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 66 -
CMYK 0.77 0 0.66 0.25
HSL 128.57º 0.62% 0.46% -
HSV(B) 128.57º 0.77% 0.75% -
XYZ 20.92 38.65 11.51 -
YUV 133.68 89.8 64.75 -
System Red Green Blue C M Y K H S L
Decimal 45 192 66 0.77 0 0.66 0.25 128.57 0.62 0.46
Hex 2D C0 42 4D 0 42 19 81 3E 2E
Octal 55 300 102 115 0 102 31 201 76 56
Binary 101101 11000000 1000010 1001101 0 1000010 11001 10000001 111110 101110

Color Harmonies of #2DC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC042

Black with #2DC042

Text Example


Text Example

White with #2DC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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