Html Css Color HEX #35C247 Lime Green

📋 copy color: '#35C247'

red 53 ◦ green 194 ◦ blue 71

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

Shades of Lime Green #35C247

Tints of Lime Green #35C247

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.01%

 BLUE value IS 71 (28.13% from 255) = 22.33%

R = 16.67%
G = 61.01%
B = 22.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#35C247 (or 0x35C247) is known color: Lime Green. HEX triplet: 35, C2 and 47. RGB value is (53,194,71). Sum of RGB (Red+Green+Blue) = 53+194+71=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #35C247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C247 is #CA3DB8. Grayscale: #8A8A8A. Windows color (decimal): -13254073 or 4702773. OLE color: 4702773.

HSL color Cylindrical-coordinate representation of color #35C247: hue angle of 127.66º 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 #35C247 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 194 71 -
CMYK 0.73 0 0.63 0.24
HSL 127.66º 0.57% 0.48% -
HSV(B) 127.66º 0.73% 0.76% -
XYZ 21.9 39.8 12.49 -
YUV 137.82 90.29 67.5 -
System Red Green Blue C M Y K H S L
Decimal 53 194 71 0.73 0 0.63 0.24 127.66 0.57 0.48
Hex 35 C2 47 49 0 3F 18 80 39 30
Octal 65 302 107 111 0 77 30 200 71 60
Binary 110101 11000010 1000111 1001001 0 111111 11000 10000000 111001 110000

Color Harmonies of #35C247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C247

Black with #35C247

Text Example


Text Example

White with #35C247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,194,71); }

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

background-color css

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

 a { background-color: rgb(53,194,71); }

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

border-color css

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

 span { border-color: rgb(53,194,71); }

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