Html Css Color HEX #35F04D Lime Green

📋 copy color: '#35F04D'

red 53 ◦ green 240 ◦ blue 77

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

Shades of Lime Green #35F04D

Tints of Lime Green #35F04D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.86%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 14.32%
G = 64.86%
B = 20.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#35F04D (or 0x35F04D) is known color: Lime Green. HEX triplet: 35, F0 and 4D. RGB value is (53,240,77). Sum of RGB (Red+Green+Blue) = 53+240+77=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #35F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #35F04D is #CA0FB2. Grayscale: #A5A5A5. Windows color (decimal): -13242291 or 5107765. OLE color: 5107765.

HSL color Cylindrical-coordinate representation of color #35F04D: hue angle of 127.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F04D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 240 77 -
CMYK 0.78 0 0.68 0.06
HSL 127.7º 0.86% 0.57% -
HSV(B) 127.7º 0.78% 0.94% -
XYZ 33.97 63.61 17.51 -
YUV 165.51 78.05 47.75 -
System Red Green Blue C M Y K H S L
Decimal 53 240 77 0.78 0 0.68 0.06 127.7 0.86 0.57
Hex 35 F0 4D 4E 0 44 6 80 56 39
Octal 65 360 115 116 0 104 6 200 126 71
Binary 110101 11110000 1001101 1001110 0 1000100 110 10000000 1010110 111001

Color Harmonies of #35F04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F04D

Black with #35F04D

Text Example


Text Example

White with #35F04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,240,77); }

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

background-color css

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

 a { background-color: rgb(53,240,77); }

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

border-color css

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

 span { border-color: rgb(53,240,77); }

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