Html Css Color HEX #35C04D Lime Green

📋 copy color: '#35C04D'

red 53 ◦ green 192 ◦ blue 77

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

Shades of Lime Green #35C04D

Tints of Lime Green #35C04D

RGB

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

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

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

R = 16.46%
G = 59.63%
B = 23.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#35C04D (or 0x35C04D) is known color: Lime Green. HEX triplet: 35, C0 and 4D. RGB value is (53,192,77). Sum of RGB (Red+Green+Blue) = 53+192+77=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #35C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35C04D is #CA3FB2. Grayscale: #898989. Windows color (decimal): -13254579 or 5095477. OLE color: 5095477.

HSL color Cylindrical-coordinate representation of color #35C04D: hue angle of 130.36º 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 #35C04D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 77 -
CMYK 0.72 0 0.60 0.25
HSL 130.36º 0.57% 0.48% -
HSV(B) 130.36º 0.72% 0.75% -
XYZ 21.66 38.99 13.41 -
YUV 137.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 53 192 77 0.72 0 0.60 0.25 130.36 0.57 0.48
Hex 35 C0 4D 48 0 3C 19 82 39 30
Octal 65 300 115 110 0 74 31 202 71 60
Binary 110101 11000000 1001101 1001000 0 111100 11001 10000010 111001 110000

Color Harmonies of #35C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C04D

Black with #35C04D

Text Example


Text Example

White with #35C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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