Html Css Color HEX #35C63B Lime Green

📋 copy color: '#35C63B'

red 53 ◦ green 198 ◦ blue 59

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

Shades of Lime Green #35C63B

Tints of Lime Green #35C63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 17.1%
G = 63.87%
B = 19.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#35C63B (or 0x35C63B) is known color: Lime Green. HEX triplet: 35, C6 and 3B. RGB value is (53,198,59). Sum of RGB (Red+Green+Blue) = 53+198+59=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #35C63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C63B is #CA39C4. Grayscale: #8B8B8B. Windows color (decimal): -13253061 or 3917365. OLE color: 3917365.

HSL color Cylindrical-coordinate representation of color #35C63B: hue angle of 122.48º 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 #35C63B is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 53 198 59 -
CMYK 0.73 0 0.70 0.22
HSL 122.48º 0.58% 0.49% -
HSV(B) 122.48º 0.73% 0.78% -
XYZ 22.45 41.46 10.96 -
YUV 138.8 82.96 66.8 -
System Red Green Blue C M Y K H S L
Decimal 53 198 59 0.73 0 0.70 0.22 122.48 0.58 0.49
Hex 35 C6 3B 49 0 46 16 7A 3A 31
Octal 65 306 73 111 0 106 26 172 72 61
Binary 110101 11000110 111011 1001001 0 1000110 10110 1111010 111010 110001

Color Harmonies of #35C63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C63B

Black with #35C63B

Text Example


Text Example

White with #35C63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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