Html Css Color HEX #3FD535 Lime Green

📋 copy color: '#3FD535'

red 63 ◦ green 213 ◦ blue 53

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

Shades of Lime Green #3FD535

Tints of Lime Green #3FD535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.74%

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

R = 19.15%
G = 64.74%
B = 16.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#3FD535 (or 0x3FD535) is known color: Lime Green. HEX triplet: 3F, D5 and 35. RGB value is (63,213,53). Sum of RGB (Red+Green+Blue) = 63+213+53=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD535 is #C02ACA. Grayscale: #969696. Windows color (decimal): -12593867 or 3527999. OLE color: 3527999.

HSL color Cylindrical-coordinate representation of color #3FD535: hue angle of 116.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD535 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 213 53 -
CMYK 0.70 0 0.75 0.16
HSL 116.25º 0.66% 0.52% -
HSV(B) 116.25º 0.75% 0.84% -
XYZ 26.49 48.9 11.41 -
YUV 149.91 73.31 66.01 -
System Red Green Blue C M Y K H S L
Decimal 63 213 53 0.70 0 0.75 0.16 116.25 0.66 0.52
Hex 3F D5 35 46 0 4B 10 74 42 34
Octal 77 325 65 106 0 113 20 164 102 64
Binary 111111 11010101 110101 1000110 0 1001011 10000 1110100 1000010 110100

Color Harmonies of #3FD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD535

Black with #3FD535

Text Example


Text Example

White with #3FD535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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