Html Css Color HEX #35C048 Lime Green

📋 copy color: '#35C048'

red 53 ◦ green 192 ◦ blue 72

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

Shades of Lime Green #35C048

Tints of Lime Green #35C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

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

R = 16.72%
G = 60.57%
B = 22.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#35C048 (or 0x35C048) is known color: Lime Green. HEX triplet: 35, C0 and 48. RGB value is (53,192,72). Sum of RGB (Red+Green+Blue) = 53+192+72=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #35C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35C048 is #CA3FB7. Grayscale: #898989. Windows color (decimal): -13254584 or 4767797. OLE color: 4767797.

HSL color Cylindrical-coordinate representation of color #35C048: hue angle of 128.2º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C048 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 72 -
CMYK 0.72 0 0.63 0.25
HSL 128.2º 0.57% 0.48% -
HSV(B) 128.2º 0.72% 0.75% -
XYZ 21.49 38.92 12.51 -
YUV 136.76 91.45 68.26 -
System Red Green Blue C M Y K H S L
Decimal 53 192 72 0.72 0 0.63 0.25 128.2 0.57 0.48
Hex 35 C0 48 48 0 3F 19 80 39 30
Octal 65 300 110 110 0 77 31 200 71 60
Binary 110101 11000000 1001000 1001000 0 111111 11001 10000000 111001 110000

Color Harmonies of #35C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C048

Black with #35C048

Text Example


Text Example

White with #35C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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