Html Css Color HEX #2DC04A Lime Green

📋 copy color: '#2DC04A'

red 45 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #2DC04A

Tints of Lime Green #2DC04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 14.47%
G = 61.74%
B = 23.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#2DC04A (or 0x2DC04A) is known color: Lime Green. HEX triplet: 2D, C0 and 4A. RGB value is (45,192,74). Sum of RGB (Red+Green+Blue) = 45+192+74=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC04A is #D23FB5. Grayscale: #868686. Windows color (decimal): -13778870 or 4898861. OLE color: 4898861.

HSL color Cylindrical-coordinate representation of color #2DC04A: hue angle of 131.84º 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 #2DC04A is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 74 -
CMYK 0.77 0 0.61 0.25
HSL 131.84º 0.62% 0.46% -
HSV(B) 131.84º 0.77% 0.75% -
XYZ 21.17 38.75 12.84 -
YUV 134.6 93.8 64.09 -
System Red Green Blue C M Y K H S L
Decimal 45 192 74 0.77 0 0.61 0.25 131.84 0.62 0.46
Hex 2D C0 4A 4D 0 3D 19 84 3E 2E
Octal 55 300 112 115 0 75 31 204 76 56
Binary 101101 11000000 1001010 1001101 0 111101 11001 10000100 111110 101110

Color Harmonies of #2DC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC04A

Black with #2DC04A

Text Example


Text Example

White with #2DC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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