Html Css Color HEX #35B326 Lime Green

📋 copy color: '#35B326'

red 53 ◦ green 179 ◦ blue 38

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

Shades of Lime Green #35B326

Tints of Lime Green #35B326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.3%

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

R = 19.63%
G = 66.3%
B = 14.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#35B326 (or 0x35B326) is known color: Lime Green. HEX triplet: 35, B3 and 26. RGB value is (53,179,38). Sum of RGB (Red+Green+Blue) = 53+179+38=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #35B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B326 is #CA4CD9. Grayscale: #7D7D7D. Windows color (decimal): -13257946 or 2536245. OLE color: 2536245.

HSL color Cylindrical-coordinate representation of color #35B326: hue angle of 113.62º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35B326 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 53 179 38 -
CMYK 0.70 0 0.79 0.30
HSL 113.62º 0.65% 0.43% -
HSV(B) 113.62º 0.79% 0.7% -
XYZ 17.94 33.14 7.28 -
YUV 125.25 78.76 76.46 -
System Red Green Blue C M Y K H S L
Decimal 53 179 38 0.70 0 0.79 0.30 113.62 0.65 0.43
Hex 35 B3 26 46 0 4F 1E 72 41 2B
Octal 65 263 46 106 0 117 36 162 101 53
Binary 110101 10110011 100110 1000110 0 1001111 11110 1110010 1000001 101011

Color Harmonies of #35B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B326

Black with #35B326

Text Example


Text Example

White with #35B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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