Html Css Color HEX #35FE3C Lime Green

📋 copy color: '#35FE3C'

red 53 ◦ green 254 ◦ blue 60

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

Shades of Lime Green #35FE3C

Tints of Lime Green #35FE3C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.21%

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

R = 14.44%
G = 69.21%
B = 16.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#35FE3C (or 0x35FE3C) is known color: Lime Green. HEX triplet: 35, FE and 3C. RGB value is (53,254,60). Sum of RGB (Red+Green+Blue) = 53+254+60=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 254 (99.61% from 255 or 69.21% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 254 - color contains mainly: green. Hex color #35FE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FE3C is #CA01C3. Grayscale: #ACACAC. Windows color (decimal): -13238724 or 3997237. OLE color: 3997237.

HSL color Cylindrical-coordinate representation of color #35FE3C: hue angle of 122.09º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FE3C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 53 254 60 -
CMYK 0.79 0 0.76 0.00
HSL 122.09º 0.99% 0.6% -
HSV(B) 122.09º 0.79% 1% -
XYZ 37.73 71.97 16.18 -
YUV 171.79 64.91 43.27 -
System Red Green Blue C M Y K H S L
Decimal 53 254 60 0.79 0 0.76 0.00 122.09 0.99 0.6
Hex 35 FE 3C 4F 0 4C 0 7A 63 3C
Octal 65 376 74 117 0 114 0 172 143 74
Binary 110101 11111110 111100 1001111 0 1001100 0 1111010 1100011 111100

Color Harmonies of #35FE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FE3C

Black with #35FE3C

Text Example


Text Example

White with #35FE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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