Html Css Color HEX #35F540 Lime Green

📋 copy color: '#35F540'

red 53 ◦ green 245 ◦ blue 64

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

Shades of Lime Green #35F540

Tints of Lime Green #35F540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 14.64%
G = 67.68%
B = 17.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#35F540 (or 0x35F540) is known color: Lime Green. HEX triplet: 35, F5 and 40. RGB value is (53,245,64). Sum of RGB (Red+Green+Blue) = 53+245+64=362 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.64% from 362); Green value is 245 (96.09% from 255 or 67.68% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 245 - color contains mainly: green. Hex color #35F540 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F540 is #CA0ABF. Grayscale: #A7A7A7. Windows color (decimal): -13241024 or 4257077. OLE color: 4257077.

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

Color convert

RGB 53 245 64 -
CMYK 0.78 0 0.74 0.04
HSL 123.44º 0.91% 0.58% -
HSV(B) 123.44º 0.78% 0.96% -
XYZ 35.05 66.43 15.83 -
YUV 166.96 69.89 46.72 -
System Red Green Blue C M Y K H S L
Decimal 53 245 64 0.78 0 0.74 0.04 123.44 0.91 0.58
Hex 35 F5 40 4E 0 4A 4 7B 5B 3A
Octal 65 365 100 116 0 112 4 173 133 72
Binary 110101 11110101 1000000 1001110 0 1001010 100 1111011 1011011 111010

Color Harmonies of #35F540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F540

Black with #35F540

Text Example


Text Example

White with #35F540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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