Html Css Color HEX #35EE40 Lime Green

📋 copy color: '#35EE40'

red 53 ◦ green 238 ◦ blue 64

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

Shades of Lime Green #35EE40

Tints of Lime Green #35EE40

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.04%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 14.93%
G = 67.04%
B = 18.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#35EE40 (or 0x35EE40) is known color: Lime Green. HEX triplet: 35, EE and 40. RGB value is (53,238,64). Sum of RGB (Red+Green+Blue) = 53+238+64=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #35EE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EE40 is #CA11BF. Grayscale: #A3A3A3. Windows color (decimal): -13242816 or 4255285. OLE color: 4255285.

HSL color Cylindrical-coordinate representation of color #35EE40: hue angle of 123.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EE40 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 238 64 -
CMYK 0.78 0 0.73 0.07
HSL 123.57º 0.84% 0.57% -
HSV(B) 123.57º 0.78% 0.93% -
XYZ 32.97 62.28 15.13 -
YUV 162.85 72.21 49.65 -
System Red Green Blue C M Y K H S L
Decimal 53 238 64 0.78 0 0.73 0.07 123.57 0.84 0.57
Hex 35 EE 40 4E 0 49 7 7C 54 39
Octal 65 356 100 116 0 111 7 174 124 71
Binary 110101 11101110 1000000 1001110 0 1001001 111 1111100 1010100 111001

Color Harmonies of #35EE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EE40

Black with #35EE40

Text Example


Text Example

White with #35EE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,238,64); }

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

background-color css

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

 a { background-color: rgb(53,238,64); }

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

border-color css

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

 span { border-color: rgb(53,238,64); }

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