Html Css Color HEX #2DEE3C Lime Green

📋 copy color: '#2DEE3C'

red 45 ◦ green 238 ◦ blue 60

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

Shades of Lime Green #2DEE3C

Tints of Lime Green #2DEE3C

RGB

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

 GREEN value IS 238 (93.36% from 255) = 69.39%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 13.12%
G = 69.39%
B = 17.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#2DEE3C (or 0x2DEE3C) is known color: Lime Green. HEX triplet: 2D, EE and 3C. RGB value is (45,238,60). Sum of RGB (Red+Green+Blue) = 45+238+60=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 238 (93.36% from 255 or 69.39% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEE3C is #D211C3. Grayscale: #A0A0A0. Windows color (decimal): -13767108 or 3993133. OLE color: 3993133.

HSL color Cylindrical-coordinate representation of color #2DEE3C: hue angle of 124.66º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEE3C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 238 60 -
CMYK 0.81 0 0.75 0.07
HSL 124.66º 0.85% 0.55% -
HSV(B) 124.66º 0.81% 0.93% -
XYZ 32.47 62.03 14.54 -
YUV 160 71.56 45.97 -
System Red Green Blue C M Y K H S L
Decimal 45 238 60 0.81 0 0.75 0.07 124.66 0.85 0.55
Hex 2D EE 3C 51 0 4B 7 7D 55 37
Octal 55 356 74 121 0 113 7 175 125 67
Binary 101101 11101110 111100 1010001 0 1001011 111 1111101 1010101 110111

Color Harmonies of #2DEE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEE3C

Black with #2DEE3C

Text Example


Text Example

White with #2DEE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,238,60); }

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

background-color css

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

 a { background-color: rgb(45,238,60); }

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

border-color css

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

 span { border-color: rgb(45,238,60); }

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