Html Css Color HEX #35FC32 Lime Green

📋 copy color: '#35FC32'

red 53 ◦ green 252 ◦ blue 50

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

Shades of Lime Green #35FC32

Tints of Lime Green #35FC32

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.99%

 BLUE value IS 50 (19.92% from 255) = 14.08%

R = 14.93%
G = 70.99%
B = 14.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#35FC32 (or 0x35FC32) is known color: Lime Green. HEX triplet: 35, FC and 32. RGB value is (53,252,50). Sum of RGB (Red+Green+Blue) = 53+252+50=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #35FC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35FC32 is #CA03CD. Grayscale: #AAAAAA. Windows color (decimal): -13239246 or 3341365. OLE color: 3341365.

HSL color Cylindrical-coordinate representation of color #35FC32: hue angle of 119.11º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35FC32 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 252 50 -
CMYK 0.79 0 0.80 0.01
HSL 119.11º 0.97% 0.59% -
HSV(B) 119.11º 0.8% 0.99% -
XYZ 36.85 70.61 14.7 -
YUV 169.47 60.57 44.93 -
System Red Green Blue C M Y K H S L
Decimal 53 252 50 0.79 0 0.80 0.01 119.11 0.97 0.59
Hex 35 FC 32 4F 0 50 1 77 61 3B
Octal 65 374 62 117 0 120 1 167 141 73
Binary 110101 11111100 110010 1001111 0 1010000 1 1110111 1100001 111011

Color Harmonies of #35FC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FC32

Black with #35FC32

Text Example


Text Example

White with #35FC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,252,50); }

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

background-color css

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

 a { background-color: rgb(53,252,50); }

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

border-color css

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

 span { border-color: rgb(53,252,50); }

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