Html Css Color HEX #35C13A Lime Green

📋 copy color: '#35C13A'

red 53 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #35C13A

Tints of Lime Green #35C13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.49%

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

R = 17.43%
G = 63.49%
B = 19.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#35C13A (or 0x35C13A) is known color: Lime Green. HEX triplet: 35, C1 and 3A. RGB value is (53,193,58). Sum of RGB (Red+Green+Blue) = 53+193+58=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #35C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C13A is #CA3EC5. Grayscale: #888888. Windows color (decimal): -13254342 or 3850549. OLE color: 3850549.

HSL color Cylindrical-coordinate representation of color #35C13A: hue angle of 122.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C13A is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 58 -
CMYK 0.73 0 0.70 0.24
HSL 122.14º 0.57% 0.48% -
HSV(B) 122.14º 0.73% 0.76% -
XYZ 21.3 39.2 10.45 -
YUV 135.75 84.12 68.98 -
System Red Green Blue C M Y K H S L
Decimal 53 193 58 0.73 0 0.70 0.24 122.14 0.57 0.48
Hex 35 C1 3A 49 0 46 18 7A 39 30
Octal 65 301 72 111 0 106 30 172 71 60
Binary 110101 11000001 111010 1001001 0 1000110 11000 1111010 111001 110000

Color Harmonies of #35C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C13A

Black with #35C13A

Text Example


Text Example

White with #35C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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