Html Css Color HEX #2DE214 Lime Green

📋 copy color: '#2DE214'

red 45 ◦ green 226 ◦ blue 20

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

Shades of Lime Green #2DE214

Tints of Lime Green #2DE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 77.66%

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

R = 15.46%
G = 77.66%
B = 6.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2DE214 (or 0x2DE214) is known color: Lime Green. HEX triplet: 2D, E2 and 14. RGB value is (45,226,20). Sum of RGB (Red+Green+Blue) = 45+226+20=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 226 (88.67% from 255 or 77.66% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DE214 is #D21DEB. Grayscale: #959595. Windows color (decimal): -13770220 or 1368621. OLE color: 1368621.

HSL color Cylindrical-coordinate representation of color #2DE214: hue angle of 112.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DE214 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 226 20 -
CMYK 0.80 0 0.91 0.11
HSL 112.72º 0.84% 0.48% -
HSV(B) 112.72º 0.91% 0.89% -
XYZ 28.4 55 9.78 -
YUV 148.4 55.53 54.25 -
System Red Green Blue C M Y K H S L
Decimal 45 226 20 0.80 0 0.91 0.11 112.72 0.84 0.48
Hex 2D E2 14 50 0 5B B 71 54 30
Octal 55 342 24 120 0 133 13 161 124 60
Binary 101101 11100010 10100 1010000 0 1011011 1011 1110001 1010100 110000

Color Harmonies of #2DE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE214

Black with #2DE214

Text Example


Text Example

White with #2DE214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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