Html Css Color HEX #2DC342 Lime Green

📋 copy color: '#2DC342'

red 45 ◦ green 195 ◦ blue 66

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

Shades of Lime Green #2DC342

Tints of Lime Green #2DC342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.73%

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

R = 14.71%
G = 63.73%
B = 21.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#2DC342 (or 0x2DC342) is known color: Lime Green. HEX triplet: 2D, C3 and 42. RGB value is (45,195,66). Sum of RGB (Red+Green+Blue) = 45+195+66=306 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.71% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC342 is #D23CBD. Grayscale: #878787. Windows color (decimal): -13778110 or 4375341. OLE color: 4375341.

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

Color convert

RGB 45 195 66 -
CMYK 0.77 0 0.66 0.24
HSL 128.4º 0.63% 0.47% -
HSV(B) 128.4º 0.77% 0.76% -
XYZ 21.58 39.98 11.73 -
YUV 135.44 88.81 63.49 -
System Red Green Blue C M Y K H S L
Decimal 45 195 66 0.77 0 0.66 0.24 128.4 0.63 0.47
Hex 2D C3 42 4D 0 42 18 80 3E 2F
Octal 55 303 102 115 0 102 30 200 76 57
Binary 101101 11000011 1000010 1001101 0 1000010 11000 10000000 111110 101111

Color Harmonies of #2DC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC342

Black with #2DC342

Text Example


Text Example

White with #2DC342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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