Html Css Color HEX #35D428 Lime Green

📋 copy color: '#35D428'

red 53 ◦ green 212 ◦ blue 40

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

Shades of Lime Green #35D428

Tints of Lime Green #35D428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 17.38%
G = 69.51%
B = 13.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#35D428 (or 0x35D428) is known color: Lime Green. HEX triplet: 35, D4 and 28. RGB value is (53,212,40). Sum of RGB (Red+Green+Blue) = 53+212+40=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 212 (83.20% from 255 or 69.51% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 212 - color contains mainly: green. Hex color #35D428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D428 is #CA2BD7. Grayscale: #919191. Windows color (decimal): -13249496 or 2675765. OLE color: 2675765.

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

Color convert

RGB 53 212 40 -
CMYK 0.75 0 0.81 0.17
HSL 115.47º 0.68% 0.49% -
HSV(B) 115.47º 0.81% 0.83% -
XYZ 25.39 48 9.93 -
YUV 144.85 68.82 62.49 -
System Red Green Blue C M Y K H S L
Decimal 53 212 40 0.75 0 0.81 0.17 115.47 0.68 0.49
Hex 35 D4 28 4B 0 51 11 73 44 31
Octal 65 324 50 113 0 121 21 163 104 61
Binary 110101 11010100 101000 1001011 0 1010001 10001 1110011 1000100 110001

Color Harmonies of #35D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D428

Black with #35D428

Text Example


Text Example

White with #35D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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