Html Css Color HEX #35FA3C Lime Green

📋 copy color: '#35FA3C'

red 53 ◦ green 250 ◦ blue 60

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

Shades of Lime Green #35FA3C

Tints of Lime Green #35FA3C

RGB

 RED value IS 53 (21.09% from 255) = 14.6%

 GREEN value IS 250 (98.05% from 255) = 68.87%

 BLUE value IS 60 (23.83% from 255) = 16.53%

R = 14.6%
G = 68.87%
B = 16.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#35FA3C (or 0x35FA3C) is known color: Lime Green. HEX triplet: 35, FA and 3C. RGB value is (53,250,60). Sum of RGB (Red+Green+Blue) = 53+250+60=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 250 (98.05% from 255 or 68.87% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 250 - color contains mainly: green. Hex color #35FA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FA3C is #CA05C3. Grayscale: #AAAAAA. Windows color (decimal): -13239748 or 3996213. OLE color: 3996213.

HSL color Cylindrical-coordinate representation of color #35FA3C: hue angle of 122.13º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FA3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 250 60 -
CMYK 0.79 0 0.76 0.02
HSL 122.13º 0.95% 0.59% -
HSV(B) 122.13º 0.79% 0.98% -
XYZ 36.47 69.45 15.76 -
YUV 169.44 66.23 44.95 -
System Red Green Blue C M Y K H S L
Decimal 53 250 60 0.79 0 0.76 0.02 122.13 0.95 0.59
Hex 35 FA 3C 4F 0 4C 2 7A 5F 3B
Octal 65 372 74 117 0 114 2 172 137 73
Binary 110101 11111010 111100 1001111 0 1001100 10 1111010 1011111 111011

Color Harmonies of #35FA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FA3C

Black with #35FA3C

Text Example


Text Example

White with #35FA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35FA3C; }

 p { color: rgb(53,250,60); }

 H1.HeaderClassName
 {
   color: #35FA3C;
 }
 .AnyTagClassName
 {
   color: #35FA3C;
 }
</style>

background-color css

<style>
 a { background-color: #35FA3C; }

 a { background-color: rgb(53,250,60); }

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

border-color css

<style>
 span { border-color: #35FA3C; }

 span { border-color: rgb(53,250,60); }

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