Html Css Color HEX #35D446 Lime Green

📋 copy color: '#35D446'

red 53 ◦ green 212 ◦ blue 70

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

Shades of Lime Green #35D446

Tints of Lime Green #35D446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 63.28%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 15.82%
G = 63.28%
B = 20.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#35D446 (or 0x35D446) is known color: Lime Green. HEX triplet: 35, D4 and 46. RGB value is (53,212,70). Sum of RGB (Red+Green+Blue) = 53+212+70=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #35D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D446 is #CA2BB9. Grayscale: #949494. Windows color (decimal): -13249466 or 4641845. OLE color: 4641845.

HSL color Cylindrical-coordinate representation of color #35D446: hue angle of 126.42º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D446 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 212 70 -
CMYK 0.75 0 0.67 0.17
HSL 126.42º 0.65% 0.52% -
HSV(B) 126.42º 0.75% 0.83% -
XYZ 26.12 48.29 13.74 -
YUV 148.27 83.82 60.05 -
System Red Green Blue C M Y K H S L
Decimal 53 212 70 0.75 0 0.67 0.17 126.42 0.65 0.52
Hex 35 D4 46 4B 0 43 11 7E 41 34
Octal 65 324 106 113 0 103 21 176 101 64
Binary 110101 11010100 1000110 1001011 0 1000011 10001 1111110 1000001 110100

Color Harmonies of #35D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D446

Black with #35D446

Text Example


Text Example

White with #35D446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,212,70); }

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

background-color css

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

 a { background-color: rgb(53,212,70); }

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

border-color css

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

 span { border-color: rgb(53,212,70); }

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