Html Css Color HEX #2DFD3F Lime Green

📋 copy color: '#2DFD3F'

red 45 ◦ green 253 ◦ blue 63

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

Shades of Lime Green #2DFD3F

Tints of Lime Green #2DFD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.08%

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

R = 12.47%
G = 70.08%
B = 17.45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#2DFD3F (or 0x2DFD3F) is known color: Lime Green. HEX triplet: 2D, FD and 3F. RGB value is (45,253,63). Sum of RGB (Red+Green+Blue) = 45+253+63=361 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.47% from 361); Green value is 253 (99.22% from 255 or 70.08% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFD3F is #D202C0. Grayscale: #A9A9A9. Windows color (decimal): -13763265 or 4193581. OLE color: 4193581.

HSL color Cylindrical-coordinate representation of color #2DFD3F: hue angle of 125.19º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB 45 253 63 -
CMYK 0.82 0 0.75 0.01
HSL 125.19º 0.98% 0.58% -
HSV(B) 125.19º 0.82% 0.99% -
XYZ 37.1 71.17 16.48 -
YUV 169.15 68.09 39.45 -
System Red Green Blue C M Y K H S L
Decimal 45 253 63 0.82 0 0.75 0.01 125.19 0.98 0.58
Hex 2D FD 3F 52 0 4B 1 7D 62 3A
Octal 55 375 77 122 0 113 1 175 142 72
Binary 101101 11111101 111111 1010010 0 1001011 1 1111101 1100010 111010

Color Harmonies of #2DFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFD3F

Black with #2DFD3F

Text Example


Text Example

White with #2DFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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