Html Css Color HEX #2DC24A Lime Green

📋 copy color: '#2DC24A'

red 45 ◦ green 194 ◦ blue 74

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

Shades of Lime Green #2DC24A

Tints of Lime Green #2DC24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.98%

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

R = 14.38%
G = 61.98%
B = 23.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#2DC24A (or 0x2DC24A) is known color: Lime Green. HEX triplet: 2D, C2 and 4A. RGB value is (45,194,74). Sum of RGB (Red+Green+Blue) = 45+194+74=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC24A is #D23DB5. Grayscale: #888888. Windows color (decimal): -13778358 or 4899373. OLE color: 4899373.

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

Color convert

RGB 45 194 74 -
CMYK 0.77 0 0.62 0.24
HSL 131.68º 0.62% 0.47% -
HSV(B) 131.68º 0.77% 0.76% -
XYZ 21.61 39.64 12.99 -
YUV 135.77 93.14 63.26 -
System Red Green Blue C M Y K H S L
Decimal 45 194 74 0.77 0 0.62 0.24 131.68 0.62 0.47
Hex 2D C2 4A 4D 0 3E 18 84 3E 2F
Octal 55 302 112 115 0 76 30 204 76 57
Binary 101101 11000010 1001010 1001101 0 111110 11000 10000100 111110 101111

Color Harmonies of #2DC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC24A

Black with #2DC24A

Text Example


Text Example

White with #2DC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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