Html Css Color HEX #3FED35 Lime Green

📋 copy color: '#3FED35'

red 63 ◦ green 237 ◦ blue 53

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

Shades of Lime Green #3FED35

Tints of Lime Green #3FED35

RGB

 RED value IS 63 (25% from 255) = 17.85%

 GREEN value IS 237 (92.97% from 255) = 67.14%

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 17.85%
G = 67.14%
B = 15.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#3FED35 (or 0x3FED35) is known color: Lime Green. HEX triplet: 3F, ED and 35. RGB value is (63,237,53). Sum of RGB (Red+Green+Blue) = 63+237+53=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 237 (92.97% from 255 or 67.14% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED35 is #C012CA. Grayscale: #A4A4A4. Windows color (decimal): -12587723 or 3534143. OLE color: 3534143.

HSL color Cylindrical-coordinate representation of color #3FED35: hue angle of 116.74º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FED35 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 53 -
CMYK 0.73 0 0.78 0.07
HSL 116.74º 0.84% 0.57% -
HSV(B) 116.74º 0.78% 0.93% -
XYZ 32.98 61.88 13.57 -
YUV 164 65.35 55.96 -
System Red Green Blue C M Y K H S L
Decimal 63 237 53 0.73 0 0.78 0.07 116.74 0.84 0.57
Hex 3F ED 35 49 0 4E 7 75 54 39
Octal 77 355 65 111 0 116 7 165 124 71
Binary 111111 11101101 110101 1001001 0 1001110 111 1110101 1010100 111001

Color Harmonies of #3FED35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FED35

Black with #3FED35

Text Example


Text Example

White with #3FED35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,53); }

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

background-color css

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

 a { background-color: rgb(63,237,53); }

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

border-color css

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

 span { border-color: rgb(63,237,53); }

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