Html Css Color HEX #35C848 Lime Green

📋 copy color: '#35C848'

red 53 ◦ green 200 ◦ blue 72

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

Shades of Lime Green #35C848

Tints of Lime Green #35C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.54%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 16.31%
G = 61.54%
B = 22.15%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#35C848 (or 0x35C848) is known color: Lime Green. HEX triplet: 35, C8 and 48. RGB value is (53,200,72). Sum of RGB (Red+Green+Blue) = 53+200+72=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #35C848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C848 is #CA37B7. Grayscale: #8D8D8D. Windows color (decimal): -13252536 or 4769845. OLE color: 4769845.

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

Color convert

RGB 53 200 72 -
CMYK 0.74 0 0.64 0.22
HSL 127.76º 0.58% 0.5% -
HSV(B) 127.76º 0.74% 0.78% -
XYZ 23.29 42.53 13.11 -
YUV 141.46 88.8 64.91 -
System Red Green Blue C M Y K H S L
Decimal 53 200 72 0.74 0 0.64 0.22 127.76 0.58 0.5
Hex 35 C8 48 4A 0 40 16 80 3A 32
Octal 65 310 110 112 0 100 26 200 72 62
Binary 110101 11001000 1001000 1001010 0 1000000 10110 10000000 111010 110010

Color Harmonies of #35C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C848

Black with #35C848

Text Example


Text Example

White with #35C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,200,72); }

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

background-color css

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

 a { background-color: rgb(53,200,72); }

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

border-color css

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

 span { border-color: rgb(53,200,72); }

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