Html Css Color HEX #35F73C Lime Green

📋 copy color: '#35F73C'

red 53 ◦ green 247 ◦ blue 60

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

Shades of Lime Green #35F73C

Tints of Lime Green #35F73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.61%

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

R = 14.72%
G = 68.61%
B = 16.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#35F73C (or 0x35F73C) is known color: Lime Green. HEX triplet: 35, F7 and 3C. RGB value is (53,247,60). Sum of RGB (Red+Green+Blue) = 53+247+60=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #35F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F73C is #CA08C3. Grayscale: #A8A8A8. Windows color (decimal): -13240516 or 3995445. OLE color: 3995445.

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

Color convert

RGB 53 247 60 -
CMYK 0.79 0 0.76 0.03
HSL 122.16º 0.92% 0.59% -
HSV(B) 122.16º 0.79% 0.97% -
XYZ 35.54 67.6 15.45 -
YUV 167.68 67.23 46.21 -
System Red Green Blue C M Y K H S L
Decimal 53 247 60 0.79 0 0.76 0.03 122.16 0.92 0.59
Hex 35 F7 3C 4F 0 4C 3 7A 5C 3B
Octal 65 367 74 117 0 114 3 172 134 73
Binary 110101 11110111 111100 1001111 0 1001100 11 1111010 1011100 111011

Color Harmonies of #35F73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F73C

Black with #35F73C

Text Example


Text Example

White with #35F73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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