Html Css Color HEX #35D03C Lime Green

📋 copy color: '#35D03C'

red 53 ◦ green 208 ◦ blue 60

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

Shades of Lime Green #35D03C

Tints of Lime Green #35D03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.8%

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

R = 16.51%
G = 64.8%
B = 18.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#35D03C (or 0x35D03C) is known color: Lime Green. HEX triplet: 35, D0 and 3C. RGB value is (53,208,60). Sum of RGB (Red+Green+Blue) = 53+208+60=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #35D03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D03C is #CA2FC3. Grayscale: #919191. Windows color (decimal): -13250500 or 3985461. OLE color: 3985461.

HSL color Cylindrical-coordinate representation of color #35D03C: hue angle of 122.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D03C is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 208 60 -
CMYK 0.75 0 0.71 0.18
HSL 122.71º 0.62% 0.51% -
HSV(B) 122.71º 0.75% 0.82% -
XYZ 24.84 46.19 11.88 -
YUV 144.78 80.15 62.53 -
System Red Green Blue C M Y K H S L
Decimal 53 208 60 0.75 0 0.71 0.18 122.71 0.62 0.51
Hex 35 D0 3C 4B 0 47 12 7B 3E 33
Octal 65 320 74 113 0 107 22 173 76 63
Binary 110101 11010000 111100 1001011 0 1000111 10010 1111011 111110 110011

Color Harmonies of #35D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D03C

Black with #35D03C

Text Example


Text Example

White with #35D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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