Html Css Color HEX #2DDE14 Lime Green

📋 copy color: '#2DDE14'

red 45 ◦ green 222 ◦ blue 20

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

Shades of Lime Green #2DDE14

Tints of Lime Green #2DDE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 77.35%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 15.68%
G = 77.35%
B = 6.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2DDE14 (or 0x2DDE14) is known color: Lime Green. HEX triplet: 2D, DE and 14. RGB value is (45,222,20). Sum of RGB (Red+Green+Blue) = 45+222+20=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 222 (87.11% from 255 or 77.35% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE14 is #D221EB. Grayscale: #929292. Windows color (decimal): -13771244 or 1367597. OLE color: 1367597.

HSL color Cylindrical-coordinate representation of color #2DDE14: hue angle of 112.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDE14 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 222 20 -
CMYK 0.80 0 0.91 0.13
HSL 112.57º 0.83% 0.47% -
HSV(B) 112.57º 0.91% 0.87% -
XYZ 27.33 52.85 9.42 -
YUV 146.05 56.86 55.93 -
System Red Green Blue C M Y K H S L
Decimal 45 222 20 0.80 0 0.91 0.13 112.57 0.83 0.47
Hex 2D DE 14 50 0 5B D 71 53 2F
Octal 55 336 24 120 0 133 15 161 123 57
Binary 101101 11011110 10100 1010000 0 1011011 1101 1110001 1010011 101111

Color Harmonies of #2DDE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDE14

Black with #2DDE14

Text Example


Text Example

White with #2DDE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,222,20); }

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

background-color css

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

 a { background-color: rgb(45,222,20); }

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

border-color css

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

 span { border-color: rgb(45,222,20); }

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