Html Css Color HEX #35BC3A Lime Green

📋 copy color: '#35BC3A'

red 53 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #35BC3A

Tints of Lime Green #35BC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 17.73%
G = 62.88%
B = 19.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#35BC3A (or 0x35BC3A) is known color: Lime Green. HEX triplet: 35, BC and 3A. RGB value is (53,188,58). Sum of RGB (Red+Green+Blue) = 53+188+58=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC3A is #CA43C5. Grayscale: #858585. Windows color (decimal): -13255622 or 3849269. OLE color: 3849269.

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

Color convert

RGB 53 188 58 -
CMYK 0.72 0 0.69 0.26
HSL 122.22º 0.56% 0.47% -
HSV(B) 122.22º 0.72% 0.74% -
XYZ 20.22 37.03 10.08 -
YUV 132.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 53 188 58 0.72 0 0.69 0.26 122.22 0.56 0.47
Hex 35 BC 3A 48 0 45 1A 7A 38 2F
Octal 65 274 72 110 0 105 32 172 70 57
Binary 110101 10111100 111010 1001000 0 1000101 11010 1111010 111000 101111

Color Harmonies of #35BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BC3A

Black with #35BC3A

Text Example


Text Example

White with #35BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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