Html Css Color HEX #35C64E Lime Green

📋 copy color: '#35C64E'

red 53 ◦ green 198 ◦ blue 78

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

Shades of Lime Green #35C64E

Tints of Lime Green #35C64E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.18%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 16.11%
G = 60.18%
B = 23.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#35C64E (or 0x35C64E) is known color: Lime Green. HEX triplet: 35, C6 and 4E. RGB value is (53,198,78). Sum of RGB (Red+Green+Blue) = 53+198+78=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #35C64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C64E is #CA39B1. Grayscale: #8D8D8D. Windows color (decimal): -13253042 or 5162549. OLE color: 5162549.

HSL color Cylindrical-coordinate representation of color #35C64E: hue angle of 130.34º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C64E is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 198 78 -
CMYK 0.73 0 0.61 0.22
HSL 130.34º 0.58% 0.49% -
HSV(B) 130.34º 0.73% 0.78% -
XYZ 23.04 41.7 14.04 -
YUV 140.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 53 198 78 0.73 0 0.61 0.22 130.34 0.58 0.49
Hex 35 C6 4E 49 0 3D 16 82 3A 31
Octal 65 306 116 111 0 75 26 202 72 61
Binary 110101 11000110 1001110 1001001 0 111101 10110 10000010 111010 110001

Color Harmonies of #35C64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C64E

Black with #35C64E

Text Example


Text Example

White with #35C64E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,198,78); }

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

background-color css

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

 a { background-color: rgb(53,198,78); }

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

border-color css

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

 span { border-color: rgb(53,198,78); }

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