Html Css Color HEX #2DE447 Lime Green

📋 copy color: '#2DE447'

red 45 ◦ green 228 ◦ blue 71

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

Shades of Lime Green #2DE447

Tints of Lime Green #2DE447

RGB

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

 GREEN value IS 228 (89.45% from 255) = 66.28%

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 13.08%
G = 66.28%
B = 20.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#2DE447 (or 0x2DE447) is known color: Lime Green. HEX triplet: 2D, E4 and 47. RGB value is (45,228,71). Sum of RGB (Red+Green+Blue) = 45+228+71=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #2DE447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE447 is #D21BB8. Grayscale: #9B9B9B. Windows color (decimal): -13769657 or 4711469. OLE color: 4711469.

HSL color Cylindrical-coordinate representation of color #2DE447: hue angle of 128.52º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE447 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 45 228 71 -
CMYK 0.80 0 0.69 0.11
HSL 128.52º 0.77% 0.54% -
HSV(B) 128.52º 0.8% 0.89% -
XYZ 29.96 56.5 15.29 -
YUV 155.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 45 228 71 0.80 0 0.69 0.11 128.52 0.77 0.54
Hex 2D E4 47 50 0 45 B 81 4D 36
Octal 55 344 107 120 0 105 13 201 115 66
Binary 101101 11100100 1000111 1010000 0 1000101 1011 10000001 1001101 110110

Color Harmonies of #2DE447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE447

Black with #2DE447

Text Example


Text Example

White with #2DE447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,228,71); }

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

background-color css

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

 a { background-color: rgb(45,228,71); }

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

border-color css

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

 span { border-color: rgb(45,228,71); }

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