Html Css Color HEX #35D72C Lime Green

📋 copy color: '#35D72C'

red 53 ◦ green 215 ◦ blue 44

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

Shades of Lime Green #35D72C

Tints of Lime Green #35D72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.91%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 16.99%
G = 68.91%
B = 14.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#35D72C (or 0x35D72C) is known color: Lime Green. HEX triplet: 35, D7 and 2C. RGB value is (53,215,44). Sum of RGB (Red+Green+Blue) = 53+215+44=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #35D72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D72C is #CA28D3. Grayscale: #939393. Windows color (decimal): -13248724 or 2938677. OLE color: 2938677.

HSL color Cylindrical-coordinate representation of color #35D72C: hue angle of 116.84º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35D72C is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 215 44 -
CMYK 0.75 0 0.80 0.16
HSL 116.84º 0.68% 0.51% -
HSV(B) 116.84º 0.8% 0.84% -
XYZ 26.22 49.54 10.56 -
YUV 147.07 69.83 60.9 -
System Red Green Blue C M Y K H S L
Decimal 53 215 44 0.75 0 0.80 0.16 116.84 0.68 0.51
Hex 35 D7 2C 4B 0 50 10 75 44 33
Octal 65 327 54 113 0 120 20 165 104 63
Binary 110101 11010111 101100 1001011 0 1010000 10000 1110101 1000100 110011

Color Harmonies of #35D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D72C

Black with #35D72C

Text Example


Text Example

White with #35D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,215,44); }

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

background-color css

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

 a { background-color: rgb(53,215,44); }

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

border-color css

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

 span { border-color: rgb(53,215,44); }

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