Html Css Color HEX #2DEA2E Lime Green

📋 copy color: '#2DEA2E'

red 45 ◦ green 234 ◦ blue 46

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

Shades of Lime Green #2DEA2E

Tints of Lime Green #2DEA2E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72%

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 13.85%
G = 72%
B = 14.15%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#2DEA2E (or 0x2DEA2E) is known color: Lime Green. HEX triplet: 2D, EA and 2E. RGB value is (45,234,46). Sum of RGB (Red+Green+Blue) = 45+234+46=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 234 (91.80% from 255 or 72% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA2E is #D215D1. Grayscale: #9C9C9C. Windows color (decimal): -13768146 or 3074605. OLE color: 3074605.

HSL color Cylindrical-coordinate representation of color #2DEA2E: hue angle of 120.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEA2E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 234 46 -
CMYK 0.81 0 0.80 0.08
HSL 120.32º 0.82% 0.55% -
HSV(B) 120.32º 0.81% 0.92% -
XYZ 31 59.6 12.46 -
YUV 156.06 65.88 48.79 -
System Red Green Blue C M Y K H S L
Decimal 45 234 46 0.81 0 0.80 0.08 120.32 0.82 0.55
Hex 2D EA 2E 51 0 50 8 78 52 37
Octal 55 352 56 121 0 120 10 170 122 67
Binary 101101 11101010 101110 1010001 0 1010000 1000 1111000 1010010 110111

Color Harmonies of #2DEA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEA2E

Black with #2DEA2E

Text Example


Text Example

White with #2DEA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,234,46); }

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

background-color css

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

 a { background-color: rgb(45,234,46); }

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

border-color css

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

 span { border-color: rgb(45,234,46); }

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