Html Css Color HEX #35D421 Lime Green

📋 copy color: '#35D421'

red 53 ◦ green 212 ◦ blue 33

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

Shades of Lime Green #35D421

Tints of Lime Green #35D421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.07%

R = 17.79%
G = 71.14%
B = 11.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#35D421 (or 0x35D421) is known color: Lime Green. HEX triplet: 35, D4 and 21. RGB value is (53,212,33). Sum of RGB (Red+Green+Blue) = 53+212+33=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #35D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D421 is #CA2BDE. Grayscale: #909090. Windows color (decimal): -13249503 or 2217013. OLE color: 2217013.

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

Color convert

RGB 53 212 33 -
CMYK 0.75 0 0.84 0.17
HSL 113.3º 0.73% 0.48% -
HSV(B) 113.3º 0.84% 0.83% -
XYZ 25.29 47.95 9.36 -
YUV 144.05 65.32 63.05 -
System Red Green Blue C M Y K H S L
Decimal 53 212 33 0.75 0 0.84 0.17 113.3 0.73 0.48
Hex 35 D4 21 4B 0 54 11 71 49 30
Octal 65 324 41 113 0 124 21 161 111 60
Binary 110101 11010100 100001 1001011 0 1010100 10001 1110001 1001001 110000

Color Harmonies of #35D421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D421

Black with #35D421

Text Example


Text Example

White with #35D421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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