Html Css Color HEX #35D423 Lime Green

📋 copy color: '#35D423'

red 53 ◦ green 212 ◦ blue 35

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

Shades of Lime Green #35D423

Tints of Lime Green #35D423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.67%

R = 17.67%
G = 70.67%
B = 11.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#35D423 (or 0x35D423) is known color: Lime Green. HEX triplet: 35, D4 and 23. RGB value is (53,212,35). Sum of RGB (Red+Green+Blue) = 53+212+35=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 212 (83.20% from 255 or 70.67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 212 - color contains mainly: green. Hex color #35D423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35D423 is #CA2BDC. Grayscale: #909090. Windows color (decimal): -13249501 or 2348085. OLE color: 2348085.

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

Color convert

RGB 53 212 35 -
CMYK 0.75 0 0.83 0.17
HSL 113.9º 0.72% 0.48% -
HSV(B) 113.9º 0.83% 0.83% -
XYZ 25.32 47.97 9.51 -
YUV 144.28 66.32 62.89 -
System Red Green Blue C M Y K H S L
Decimal 53 212 35 0.75 0 0.83 0.17 113.9 0.72 0.48
Hex 35 D4 23 4B 0 53 11 72 48 30
Octal 65 324 43 113 0 123 21 162 110 60
Binary 110101 11010100 100011 1001011 0 1010011 10001 1110010 1001000 110000

Color Harmonies of #35D423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D423

Black with #35D423

Text Example


Text Example

White with #35D423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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