Html Css Color HEX #35C526 Lime Green

📋 copy color: '#35C526'

red 53 ◦ green 197 ◦ blue 38

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

Shades of Lime Green #35C526

Tints of Lime Green #35C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 68.4%

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 18.4%
G = 68.4%
B = 13.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#35C526 (or 0x35C526) is known color: Lime Green. HEX triplet: 35, C5 and 26. RGB value is (53,197,38). Sum of RGB (Red+Green+Blue) = 53+197+38=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 197 (77.34% from 255 or 68.40% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 197 - color contains mainly: green. Hex color #35C526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C526 is #CA3AD9. Grayscale: #888888. Windows color (decimal): -13253338 or 2540853. OLE color: 2540853.

HSL color Cylindrical-coordinate representation of color #35C526: hue angle of 114.34º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35C526 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 197 38 -
CMYK 0.73 0 0.81 0.23
HSL 114.34º 0.68% 0.46% -
HSV(B) 114.34º 0.81% 0.77% -
XYZ 21.78 40.83 8.57 -
YUV 135.82 72.79 68.93 -
System Red Green Blue C M Y K H S L
Decimal 53 197 38 0.73 0 0.81 0.23 114.34 0.68 0.46
Hex 35 C5 26 49 0 51 17 72 44 2E
Octal 65 305 46 111 0 121 27 162 104 56
Binary 110101 11000101 100110 1001001 0 1010001 10111 1110010 1000100 101110

Color Harmonies of #35C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C526

Black with #35C526

Text Example


Text Example

White with #35C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,197,38); }

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

background-color css

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

 a { background-color: rgb(53,197,38); }

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

border-color css

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

 span { border-color: rgb(53,197,38); }

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