Html Css Color HEX #35C93C Lime Green

📋 copy color: '#35C93C'

red 53 ◦ green 201 ◦ blue 60

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

Shades of Lime Green #35C93C

Tints of Lime Green #35C93C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.01%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 16.88%
G = 64.01%
B = 19.11%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#35C93C (or 0x35C93C) is known color: Lime Green. HEX triplet: 35, C9 and 3C. RGB value is (53,201,60). Sum of RGB (Red+Green+Blue) = 53+201+60=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 201 (78.91% from 255 or 64.01% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 201 - color contains mainly: green. Hex color #35C93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C93C is #CA36C3. Grayscale: #8D8D8D. Windows color (decimal): -13252292 or 3983669. OLE color: 3983669.

HSL color Cylindrical-coordinate representation of color #35C93C: hue angle of 122.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C93C is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 60 -
CMYK 0.74 0 0.70 0.21
HSL 122.84º 0.58% 0.5% -
HSV(B) 122.84º 0.74% 0.79% -
XYZ 23.17 42.86 11.33 -
YUV 140.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 53 201 60 0.74 0 0.70 0.21 122.84 0.58 0.5
Hex 35 C9 3C 4A 0 46 15 7B 3A 32
Octal 65 311 74 112 0 106 25 173 72 62
Binary 110101 11001001 111100 1001010 0 1000110 10101 1111011 111010 110010

Color Harmonies of #35C93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C93C

Black with #35C93C

Text Example


Text Example

White with #35C93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,60); }

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

background-color css

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

 a { background-color: rgb(53,201,60); }

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

border-color css

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

 span { border-color: rgb(53,201,60); }

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