Html Css Color HEX #2DE344 Lime Green

📋 copy color: '#2DE344'

red 45 ◦ green 227 ◦ blue 68

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

Shades of Lime Green #2DE344

Tints of Lime Green #2DE344

RGB

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

 GREEN value IS 227 (89.06% from 255) = 66.76%

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

R = 13.24%
G = 66.76%
B = 20%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#2DE344 (or 0x2DE344) is known color: Lime Green. HEX triplet: 2D, E3 and 44. RGB value is (45,227,68). Sum of RGB (Red+Green+Blue) = 45+227+68=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE344 is #D21CBB. Grayscale: #9A9A9A. Windows color (decimal): -13769916 or 4514605. OLE color: 4514605.

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

Color convert

RGB 45 227 68 -
CMYK 0.80 0 0.70 0.11
HSL 127.58º 0.76% 0.53% -
HSV(B) 127.58º 0.8% 0.89% -
XYZ 29.59 55.91 14.7 -
YUV 154.46 79.2 49.93 -
System Red Green Blue C M Y K H S L
Decimal 45 227 68 0.80 0 0.70 0.11 127.58 0.76 0.53
Hex 2D E3 44 50 0 46 B 80 4C 35
Octal 55 343 104 120 0 106 13 200 114 65
Binary 101101 11100011 1000100 1010000 0 1000110 1011 10000000 1001100 110101

Color Harmonies of #2DE344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE344

Black with #2DE344

Text Example


Text Example

White with #2DE344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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