Html Css Color HEX #35F731 Lime Green

📋 copy color: '#35F731'

red 53 ◦ green 247 ◦ blue 49

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

Shades of Lime Green #35F731

Tints of Lime Green #35F731

RGB

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

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

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

R = 15.19%
G = 70.77%
B = 14.04%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#35F731 (or 0x35F731) is known color: Lime Green. HEX triplet: 35, F7 and 31. RGB value is (53,247,49). Sum of RGB (Red+Green+Blue) = 53+247+49=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 247 (96.88% from 255 or 70.77% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 247 - color contains mainly: green. Hex color #35F731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F731 is #CA08CE. Grayscale: #A7A7A7. Windows color (decimal): -13240527 or 3274549. OLE color: 3274549.

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

Color convert

RGB 53 247 49 -
CMYK 0.79 0 0.80 0.03
HSL 118.79º 0.93% 0.58% -
HSV(B) 118.79º 0.8% 0.97% -
XYZ 35.28 67.5 14.07 -
YUV 166.42 61.73 47.1 -
System Red Green Blue C M Y K H S L
Decimal 53 247 49 0.79 0 0.80 0.03 118.79 0.93 0.58
Hex 35 F7 31 4F 0 50 3 77 5D 3A
Octal 65 367 61 117 0 120 3 167 135 72
Binary 110101 11110111 110001 1001111 0 1010000 11 1110111 1011101 111010

Color Harmonies of #35F731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F731

Black with #35F731

Text Example


Text Example

White with #35F731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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