Html Css Color HEX #2DF83F Lime Green

📋 copy color: '#2DF83F'

red 45 ◦ green 248 ◦ blue 63

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

Shades of Lime Green #2DF83F

Tints of Lime Green #2DF83F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 69.66%

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

R = 12.64%
G = 69.66%
B = 17.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#2DF83F (or 0x2DF83F) is known color: Lime Green. HEX triplet: 2D, F8 and 3F. RGB value is (45,248,63). Sum of RGB (Red+Green+Blue) = 45+248+63=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 248 (97.27% from 255 or 69.66% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF83F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF83F is #D207C0. Grayscale: #A6A6A6. Windows color (decimal): -13764545 or 4192301. OLE color: 4192301.

HSL color Cylindrical-coordinate representation of color #2DF83F: hue angle of 125.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF83F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 45 248 63 -
CMYK 0.82 0 0.75 0.03
HSL 125.32º 0.94% 0.57% -
HSV(B) 125.32º 0.82% 0.97% -
XYZ 35.55 68.05 15.96 -
YUV 166.21 69.75 41.54 -
System Red Green Blue C M Y K H S L
Decimal 45 248 63 0.82 0 0.75 0.03 125.32 0.94 0.57
Hex 2D F8 3F 52 0 4B 3 7D 5E 39
Octal 55 370 77 122 0 113 3 175 136 71
Binary 101101 11111000 111111 1010010 0 1001011 11 1111101 1011110 111001

Color Harmonies of #2DF83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF83F

Black with #2DF83F

Text Example


Text Example

White with #2DF83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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