Html Css Color HEX #35CA54 Lime Green

📋 copy color: '#35CA54'

red 53 ◦ green 202 ◦ blue 84

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

Shades of Lime Green #35CA54

Tints of Lime Green #35CA54

RGB

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

 GREEN value IS 202 (79.3% from 255) = 59.59%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 15.63%
G = 59.59%
B = 24.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#35CA54 (or 0x35CA54) is known color: Lime Green. HEX triplet: 35, CA and 54. RGB value is (53,202,84). Sum of RGB (Red+Green+Blue) = 53+202+84=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #35CA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35CA54 is #CA35AB. Grayscale: #909090. Windows color (decimal): -13252012 or 5556789. OLE color: 5556789.

HSL color Cylindrical-coordinate representation of color #35CA54: hue angle of 132.48º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CA54 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 202 84 -
CMYK 0.74 0 0.58 0.21
HSL 132.48º 0.58% 0.5% -
HSV(B) 132.48º 0.74% 0.79% -
XYZ 24.19 43.64 15.54 -
YUV 144 94.14 63.09 -
System Red Green Blue C M Y K H S L
Decimal 53 202 84 0.74 0 0.58 0.21 132.48 0.58 0.5
Hex 35 CA 54 4A 0 3A 15 84 3A 32
Octal 65 312 124 112 0 72 25 204 72 62
Binary 110101 11001010 1010100 1001010 0 111010 10101 10000100 111010 110010

Color Harmonies of #35CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35CA54

Black with #35CA54

Text Example


Text Example

White with #35CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,202,84); }

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

background-color css

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

 a { background-color: rgb(53,202,84); }

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

border-color css

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

 span { border-color: rgb(53,202,84); }

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