Html Css Color HEX #3DF03F Lime Green

📋 copy color: '#3DF03F'

red 61 ◦ green 240 ◦ blue 63

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

Shades of Lime Green #3DF03F

Tints of Lime Green #3DF03F

RGB

 RED value IS 61 (24.22% from 255) = 16.76%

 GREEN value IS 240 (94.14% from 255) = 65.93%

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

R = 16.76%
G = 65.93%
B = 17.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#3DF03F (or 0x3DF03F) is known color: Lime Green. HEX triplet: 3D, F0 and 3F. RGB value is (61,240,63). Sum of RGB (Red+Green+Blue) = 61+240+63=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 240 (94.14% from 255 or 65.93% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF03F is #C20FC0. Grayscale: #A6A6A6. Windows color (decimal): -12718017 or 4190269. OLE color: 4190269.

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

Color convert

RGB 61 240 63 -
CMYK 0.75 0 0.74 0.06
HSL 120.67º 0.86% 0.59% -
HSV(B) 120.67º 0.75% 0.94% -
XYZ 33.98 63.67 15.2 -
YUV 166.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 61 240 63 0.75 0 0.74 0.06 120.67 0.86 0.59
Hex 3D F0 3F 4B 0 4A 6 79 56 3B
Octal 75 360 77 113 0 112 6 171 126 73
Binary 111101 11110000 111111 1001011 0 1001010 110 1111001 1010110 111011

Color Harmonies of #3DF03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF03F

Black with #3DF03F

Text Example


Text Example

White with #3DF03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DF03F; }

 p { color: rgb(61,240,63); }

 H1.HeaderClassName
 {
   color: #3DF03F;
 }
 .AnyTagClassName
 {
   color: #3DF03F;
 }
</style>

background-color css

<style>
 a { background-color: #3DF03F; }

 a { background-color: rgb(61,240,63); }

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

border-color css

<style>
 span { border-color: #3DF03F; }

 span { border-color: rgb(61,240,63); }

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