Html Css Color HEX #2DEF3F Lime Green

📋 copy color: '#2DEF3F'

red 45 ◦ green 239 ◦ blue 63

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

Shades of Lime Green #2DEF3F

Tints of Lime Green #2DEF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.88%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 12.97%
G = 68.88%
B = 18.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#2DEF3F (or 0x2DEF3F) is known color: Lime Green. HEX triplet: 2D, EF and 3F. RGB value is (45,239,63). Sum of RGB (Red+Green+Blue) = 45+239+63=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 239 (93.75% from 255 or 68.88% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEF3F is #D210C0. Grayscale: #A1A1A1. Windows color (decimal): -13766849 or 4189997. OLE color: 4189997.

HSL color Cylindrical-coordinate representation of color #2DEF3F: hue angle of 125.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEF3F is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 239 63 -
CMYK 0.81 0 0.74 0.06
HSL 125.57º 0.86% 0.56% -
HSV(B) 125.57º 0.81% 0.94% -
XYZ 32.85 62.65 15.06 -
YUV 160.93 72.73 45.31 -
System Red Green Blue C M Y K H S L
Decimal 45 239 63 0.81 0 0.74 0.06 125.57 0.86 0.56
Hex 2D EF 3F 51 0 4A 6 7E 56 38
Octal 55 357 77 121 0 112 6 176 126 70
Binary 101101 11101111 111111 1010001 0 1001010 110 1111110 1010110 111000

Color Harmonies of #2DEF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEF3F

Black with #2DEF3F

Text Example


Text Example

White with #2DEF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,239,63); }

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

background-color css

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

 a { background-color: rgb(45,239,63); }

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

border-color css

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

 span { border-color: rgb(45,239,63); }

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