Html Css Color HEX #2DE144 Lime Green

📋 copy color: '#2DE144'

red 45 ◦ green 225 ◦ blue 68

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

Shades of Lime Green #2DE144

Tints of Lime Green #2DE144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.57%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 13.31%
G = 66.57%
B = 20.12%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2DE144 (or 0x2DE144) is known color: Lime Green. HEX triplet: 2D, E1 and 44. RGB value is (45,225,68). Sum of RGB (Red+Green+Blue) = 45+225+68=338 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.31% from 338); Green value is 225 (88.28% from 255 or 66.57% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE144 is #D21EBB. Grayscale: #999999. Windows color (decimal): -13770428 or 4514093. OLE color: 4514093.

HSL color Cylindrical-coordinate representation of color #2DE144: hue angle of 127.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE144 is Cyan = 0.8, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 68 -
CMYK 0.8 0 0.70 0.12
HSL 127.67º 0.75% 0.53% -
HSV(B) 127.67º 0.8% 0.88% -
XYZ 29.05 54.83 14.52 -
YUV 153.28 79.87 50.77 -
System Red Green Blue C M Y K H S L
Decimal 45 225 68 0.8 0 0.70 0.12 127.67 0.75 0.53
Hex 2D E1 44 50 0 46 C 80 4B 35
Octal 55 341 104 120 0 106 14 200 113 65
Binary 101101 11100001 1000100 1010000 0 1000110 1100 10000000 1001011 110101

Color Harmonies of #2DE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE144

Black with #2DE144

Text Example


Text Example

White with #2DE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,225,68); }

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

background-color css

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

 a { background-color: rgb(45,225,68); }

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

border-color css

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

 span { border-color: rgb(45,225,68); }

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