Html Css Color HEX #3DF03E Lime Green

📋 copy color: '#3DF03E'

red 61 ◦ green 240 ◦ blue 62

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

Shades of Lime Green #3DF03E

Tints of Lime Green #3DF03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.08%

R = 16.8%
G = 66.12%
B = 17.08%

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

#3DF03E (or 0x3DF03E) is known color: Lime Green. HEX triplet: 3D, F0 and 3E. RGB value is (61,240,62). Sum of RGB (Red+Green+Blue) = 61+240+62=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 240 (94.14% from 255 or 66.12% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF03E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF03E is #C20FC1. Grayscale: #A6A6A6. Windows color (decimal): -12718018 or 4124733. OLE color: 4124733.

HSL color Cylindrical-coordinate representation of color #3DF03E: hue angle of 120.34º 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 #3DF03E is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 240 62 -
CMYK 0.75 0 0.74 0.06
HSL 120.34º 0.86% 0.59% -
HSV(B) 120.34º 0.75% 0.94% -
XYZ 33.95 63.66 15.06 -
YUV 166.19 69.2 52.97 -
System Red Green Blue C M Y K H S L
Decimal 61 240 62 0.75 0 0.74 0.06 120.34 0.86 0.59
Hex 3D F0 3E 4B 0 4A 6 78 56 3B
Octal 75 360 76 113 0 112 6 170 126 73
Binary 111101 11110000 111110 1001011 0 1001010 110 1111000 1010110 111011

Color Harmonies of #3DF03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF03E

Black with #3DF03E

Text Example


Text Example

White with #3DF03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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