Html Css Color HEX #35C44D Lime Green

📋 copy color: '#35C44D'

red 53 ◦ green 196 ◦ blue 77

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

Shades of Lime Green #35C44D

Tints of Lime Green #35C44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.12%

 BLUE value IS 77 (30.47% from 255) = 23.62%

R = 16.26%
G = 60.12%
B = 23.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#35C44D (or 0x35C44D) is known color: Lime Green. HEX triplet: 35, C4 and 4D. RGB value is (53,196,77). Sum of RGB (Red+Green+Blue) = 53+196+77=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #35C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C44D is #CA3BB2. Grayscale: #8C8C8C. Windows color (decimal): -13253555 or 5096501. OLE color: 5096501.

HSL color Cylindrical-coordinate representation of color #35C44D: hue angle of 130.07º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C44D is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 196 77 -
CMYK 0.73 0 0.61 0.23
HSL 130.07º 0.57% 0.49% -
HSV(B) 130.07º 0.73% 0.77% -
XYZ 22.55 40.77 13.7 -
YUV 139.68 92.62 66.18 -
System Red Green Blue C M Y K H S L
Decimal 53 196 77 0.73 0 0.61 0.23 130.07 0.57 0.49
Hex 35 C4 4D 49 0 3D 17 82 39 31
Octal 65 304 115 111 0 75 27 202 71 61
Binary 110101 11000100 1001101 1001001 0 111101 10111 10000010 111001 110001

Color Harmonies of #35C44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C44D

Black with #35C44D

Text Example


Text Example

White with #35C44D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,196,77); }

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

background-color css

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

 a { background-color: rgb(53,196,77); }

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

border-color css

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

 span { border-color: rgb(53,196,77); }

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