Html Css Color HEX #35BA33 Lime Green

📋 copy color: '#35BA33'

red 53 ◦ green 186 ◦ blue 51

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

Shades of Lime Green #35BA33

Tints of Lime Green #35BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.14%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 18.28%
G = 64.14%
B = 17.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#35BA33 (or 0x35BA33) is known color: Lime Green. HEX triplet: 35, BA and 33. RGB value is (53,186,51). Sum of RGB (Red+Green+Blue) = 53+186+51=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA33 is #CA45CC. Grayscale: #838383. Windows color (decimal): -13256141 or 3390005. OLE color: 3390005.

HSL color Cylindrical-coordinate representation of color #35BA33: hue angle of 119.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35BA33 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 51 -
CMYK 0.72 0 0.73 0.27
HSL 119.11º 0.57% 0.46% -
HSV(B) 119.11º 0.73% 0.73% -
XYZ 19.62 36.11 9.07 -
YUV 130.84 82.94 72.48 -
System Red Green Blue C M Y K H S L
Decimal 53 186 51 0.72 0 0.73 0.27 119.11 0.57 0.46
Hex 35 BA 33 48 0 49 1B 77 39 2E
Octal 65 272 63 110 0 111 33 167 71 56
Binary 110101 10111010 110011 1001000 0 1001001 11011 1110111 111001 101110

Color Harmonies of #35BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA33

Black with #35BA33

Text Example


Text Example

White with #35BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,186,51); }

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

background-color css

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

 a { background-color: rgb(53,186,51); }

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

border-color css

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

 span { border-color: rgb(53,186,51); }

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