Html Css Color HEX #35DF31 Lime Green

📋 copy color: '#35DF31'

red 53 ◦ green 223 ◦ blue 49

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

Shades of Lime Green #35DF31

Tints of Lime Green #35DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.62%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 16.31%
G = 68.62%
B = 15.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#35DF31 (or 0x35DF31) is known color: Lime Green. HEX triplet: 35, DF and 31. RGB value is (53,223,49). Sum of RGB (Red+Green+Blue) = 53+223+49=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35DF31 is #CA20CE. Grayscale: #989898. Windows color (decimal): -13246671 or 3268405. OLE color: 3268405.

HSL color Cylindrical-coordinate representation of color #35DF31: hue angle of 118.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35DF31 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 223 49 -
CMYK 0.76 0 0.78 0.13
HSL 118.62º 0.73% 0.53% -
HSV(B) 118.62º 0.78% 0.87% -
XYZ 28.41 53.75 11.78 -
YUV 152.33 69.68 57.15 -
System Red Green Blue C M Y K H S L
Decimal 53 223 49 0.76 0 0.78 0.13 118.62 0.73 0.53
Hex 35 DF 31 4C 0 4E D 77 49 35
Octal 65 337 61 114 0 116 15 167 111 65
Binary 110101 11011111 110001 1001100 0 1001110 1101 1110111 1001001 110101

Color Harmonies of #35DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DF31

Black with #35DF31

Text Example


Text Example

White with #35DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,223,49); }

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

background-color css

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

 a { background-color: rgb(53,223,49); }

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

border-color css

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

 span { border-color: rgb(53,223,49); }

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