Html Css Color HEX #35B22E Lime Green

📋 copy color: '#35B22E'

red 53 ◦ green 178 ◦ blue 46

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

Shades of Lime Green #35B22E

Tints of Lime Green #35B22E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.26%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 19.13%
G = 64.26%
B = 16.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#35B22E (or 0x35B22E) is known color: Lime Green. HEX triplet: 35, B2 and 2E. RGB value is (53,178,46). Sum of RGB (Red+Green+Blue) = 53+178+46=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #35B22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B22E is #CA4DD1. Grayscale: #7D7D7D. Windows color (decimal): -13258194 or 3060277. OLE color: 3060277.

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

Color convert

RGB 53 178 46 -
CMYK 0.70 0 0.74 0.30
HSL 116.82º 0.59% 0.44% -
HSV(B) 116.82º 0.74% 0.7% -
XYZ 17.88 32.79 7.97 -
YUV 125.58 83.09 76.23 -
System Red Green Blue C M Y K H S L
Decimal 53 178 46 0.70 0 0.74 0.30 116.82 0.59 0.44
Hex 35 B2 2E 46 0 4A 1E 75 3B 2C
Octal 65 262 56 106 0 112 36 165 73 54
Binary 110101 10110010 101110 1000110 0 1001010 11110 1110101 111011 101100

Color Harmonies of #35B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B22E

Black with #35B22E

Text Example


Text Example

White with #35B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,178,46); }

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

background-color css

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

 a { background-color: rgb(53,178,46); }

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

border-color css

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

 span { border-color: rgb(53,178,46); }

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