Html Css Color HEX #35F531 Lime Green

📋 copy color: '#35F531'

red 53 ◦ green 245 ◦ blue 49

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

Shades of Lime Green #35F531

Tints of Lime Green #35F531

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.61%

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 15.27%
G = 70.61%
B = 14.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.8

 K value IS 0.04

RGB Variations

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

Color information

#35F531 (or 0x35F531) is known color: Lime Green. HEX triplet: 35, F5 and 31. RGB value is (53,245,49). Sum of RGB (Red+Green+Blue) = 53+245+49=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #35F531 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F531 is #CA0ACE. Grayscale: #A5A5A5. Windows color (decimal): -13241039 or 3274037. OLE color: 3274037.

HSL color Cylindrical-coordinate representation of color #35F531: hue angle of 118.78º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35F531 is Cyan = 0.78, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 245 49 -
CMYK 0.78 0 0.8 0.04
HSL 118.78º 0.91% 0.58% -
HSV(B) 118.78º 0.8% 0.96% -
XYZ 34.67 66.28 13.87 -
YUV 165.25 62.39 47.94 -
System Red Green Blue C M Y K H S L
Decimal 53 245 49 0.78 0 0.8 0.04 118.78 0.91 0.58
Hex 35 F5 31 4E 0 50 4 77 5B 3A
Octal 65 365 61 116 0 120 4 167 133 72
Binary 110101 11110101 110001 1001110 0 1010000 100 1110111 1011011 111010

Color Harmonies of #35F531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F531

Black with #35F531

Text Example


Text Example

White with #35F531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,245,49); }

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

background-color css

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

 a { background-color: rgb(53,245,49); }

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

border-color css

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

 span { border-color: rgb(53,245,49); }

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