Html Css Color HEX #3DEF40 Lime Green

📋 copy color: '#3DEF40'

red 61 ◦ green 239 ◦ blue 64

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

Shades of Lime Green #3DEF40

Tints of Lime Green #3DEF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.58%

R = 16.76%
G = 65.66%
B = 17.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#3DEF40 (or 0x3DEF40) is known color: Lime Green. HEX triplet: 3D, EF and 40. RGB value is (61,239,64). Sum of RGB (Red+Green+Blue) = 61+239+64=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF40 is #C210BF. Grayscale: #A6A6A6. Windows color (decimal): -12718272 or 4255549. OLE color: 4255549.

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

Color convert

RGB 61 239 64 -
CMYK 0.74 0 0.73 0.06
HSL 121.01º 0.85% 0.59% -
HSV(B) 121.01º 0.74% 0.94% -
XYZ 33.72 63.1 15.25 -
YUV 165.83 70.53 53.23 -
System Red Green Blue C M Y K H S L
Decimal 61 239 64 0.74 0 0.73 0.06 121.01 0.85 0.59
Hex 3D EF 40 4A 0 49 6 79 55 3B
Octal 75 357 100 112 0 111 6 171 125 73
Binary 111101 11101111 1000000 1001010 0 1001001 110 1111001 1010101 111011

Color Harmonies of #3DEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEF40

Black with #3DEF40

Text Example


Text Example

White with #3DEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,64); }

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

background-color css

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

 a { background-color: rgb(61,239,64); }

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

border-color css

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

 span { border-color: rgb(61,239,64); }

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