Html Css Color HEX #2DE328 Lime Green

📋 copy color: '#2DE328'

red 45 ◦ green 227 ◦ blue 40

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

Shades of Lime Green #2DE328

Tints of Lime Green #2DE328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 14.42%
G = 72.76%
B = 12.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#2DE328 (or 0x2DE328) is known color: Lime Green. HEX triplet: 2D, E3 and 28. RGB value is (45,227,40). Sum of RGB (Red+Green+Blue) = 45+227+40=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #2DE328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE328 is #D21CD7. Grayscale: #979797. Windows color (decimal): -13769944 or 2679597. OLE color: 2679597.

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

Color convert

RGB 45 227 40 -
CMYK 0.80 0 0.82 0.11
HSL 118.4º 0.77% 0.52% -
HSV(B) 118.4º 0.82% 0.89% -
XYZ 28.93 55.65 11.22 -
YUV 151.26 65.2 52.21 -
System Red Green Blue C M Y K H S L
Decimal 45 227 40 0.80 0 0.82 0.11 118.4 0.77 0.52
Hex 2D E3 28 50 0 52 B 76 4D 34
Octal 55 343 50 120 0 122 13 166 115 64
Binary 101101 11100011 101000 1010000 0 1010010 1011 1110110 1001101 110100

Color Harmonies of #2DE328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE328

Black with #2DE328

Text Example


Text Example

White with #2DE328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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