Html Css Color HEX #35BC2A Lime Green

📋 copy color: '#35BC2A'

red 53 ◦ green 188 ◦ blue 42

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

Shades of Lime Green #35BC2A

Tints of Lime Green #35BC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.43%

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

R = 18.73%
G = 66.43%
B = 14.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#35BC2A (or 0x35BC2A) is known color: Lime Green. HEX triplet: 35, BC and 2A. RGB value is (53,188,42). Sum of RGB (Red+Green+Blue) = 53+188+42=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC2A is #CA43D5. Grayscale: #838383. Windows color (decimal): -13255638 or 2800693. OLE color: 2800693.

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

Color convert

RGB 53 188 42 -
CMYK 0.72 0 0.78 0.26
HSL 115.48º 0.63% 0.45% -
HSV(B) 115.48º 0.78% 0.74% -
XYZ 19.87 36.89 8.26 -
YUV 130.99 77.77 72.37 -
System Red Green Blue C M Y K H S L
Decimal 53 188 42 0.72 0 0.78 0.26 115.48 0.63 0.45
Hex 35 BC 2A 48 0 4E 1A 73 3F 2D
Octal 65 274 52 110 0 116 32 163 77 55
Binary 110101 10111100 101010 1001000 0 1001110 11010 1110011 111111 101101

Color Harmonies of #35BC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BC2A

Black with #35BC2A

Text Example


Text Example

White with #35BC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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