Html Css Color HEX #2DC14A Lime Green

📋 copy color: '#2DC14A'

red 45 ◦ green 193 ◦ blue 74

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

Shades of Lime Green #2DC14A

Tints of Lime Green #2DC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.86%

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

R = 14.42%
G = 61.86%
B = 23.72%

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

#2DC14A (or 0x2DC14A) is known color: Lime Green. HEX triplet: 2D, C1 and 4A. RGB value is (45,193,74). Sum of RGB (Red+Green+Blue) = 45+193+74=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC14A is #D23EB5. Grayscale: #878787. Windows color (decimal): -13778614 or 4899117. OLE color: 4899117.

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

Color convert

RGB 45 193 74 -
CMYK 0.77 0 0.62 0.24
HSL 131.76º 0.62% 0.47% -
HSV(B) 131.76º 0.77% 0.76% -
XYZ 21.39 39.19 12.92 -
YUV 135.18 93.47 63.68 -
System Red Green Blue C M Y K H S L
Decimal 45 193 74 0.77 0 0.62 0.24 131.76 0.62 0.47
Hex 2D C1 4A 4D 0 3E 18 84 3E 2F
Octal 55 301 112 115 0 76 30 204 76 57
Binary 101101 11000001 1001010 1001101 0 111110 11000 10000100 111110 101111

Color Harmonies of #2DC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC14A

Black with #2DC14A

Text Example


Text Example

White with #2DC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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