Html Css Color HEX #35BA2A Lime Green

📋 copy color: '#35BA2A'

red 53 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #35BA2A

Tints of Lime Green #35BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 18.86%
G = 66.19%
B = 14.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#35BA2A (or 0x35BA2A) is known color: Lime Green. HEX triplet: 35, BA and 2A. RGB value is (53,186,42). Sum of RGB (Red+Green+Blue) = 53+186+42=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 186 (73.05% from 255 or 66.19% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BA2A is #CA45D5. Grayscale: #828282. Windows color (decimal): -13256150 or 2800181. OLE color: 2800181.

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

Color convert

RGB 53 186 42 -
CMYK 0.72 0 0.77 0.27
HSL 115.42º 0.63% 0.45% -
HSV(B) 115.42º 0.77% 0.73% -
XYZ 19.45 36.04 8.12 -
YUV 129.82 78.44 73.21 -
System Red Green Blue C M Y K H S L
Decimal 53 186 42 0.72 0 0.77 0.27 115.42 0.63 0.45
Hex 35 BA 2A 48 0 4D 1B 73 3F 2D
Octal 65 272 52 110 0 115 33 163 77 55
Binary 110101 10111010 101010 1001000 0 1001101 11011 1110011 111111 101101

Color Harmonies of #35BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BA2A

Black with #35BA2A

Text Example


Text Example

White with #35BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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