Html Css Color HEX #3FDF35 Lime Green

📋 copy color: '#3FDF35'

red 63 ◦ green 223 ◦ blue 53

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

Shades of Lime Green #3FDF35

Tints of Lime Green #3FDF35

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.78%

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

R = 18.58%
G = 65.78%
B = 15.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#3FDF35 (or 0x3FDF35) is known color: Lime Green. HEX triplet: 3F, DF and 35. RGB value is (63,223,53). Sum of RGB (Red+Green+Blue) = 63+223+53=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 223 (87.5% from 255 or 65.78% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF35 is #C020CA. Grayscale: #9C9C9C. Windows color (decimal): -12591307 or 3530559. OLE color: 3530559.

HSL color Cylindrical-coordinate representation of color #3FDF35: hue angle of 116.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDF35 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 53 -
CMYK 0.72 0 0.76 0.13
HSL 116.47º 0.73% 0.54% -
HSV(B) 116.47º 0.76% 0.87% -
XYZ 29.08 54.09 12.28 -
YUV 155.78 69.99 61.82 -
System Red Green Blue C M Y K H S L
Decimal 63 223 53 0.72 0 0.76 0.13 116.47 0.73 0.54
Hex 3F DF 35 48 0 4C D 74 49 36
Octal 77 337 65 110 0 114 15 164 111 66
Binary 111111 11011111 110101 1001000 0 1001100 1101 1110100 1001001 110110

Color Harmonies of #3FDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF35

Black with #3FDF35

Text Example


Text Example

White with #3FDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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