Html Css Color HEX #35EA40 Lime Green

📋 copy color: '#35EA40'

red 53 ◦ green 234 ◦ blue 64

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

Shades of Lime Green #35EA40

Tints of Lime Green #35EA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.67%

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

R = 15.1%
G = 66.67%
B = 18.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#35EA40 (or 0x35EA40) is known color: Lime Green. HEX triplet: 35, EA and 40. RGB value is (53,234,64). Sum of RGB (Red+Green+Blue) = 53+234+64=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #35EA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EA40 is #CA15BF. Grayscale: #A1A1A1. Windows color (decimal): -13243840 or 4254261. OLE color: 4254261.

HSL color Cylindrical-coordinate representation of color #35EA40: hue angle of 123.65º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35EA40 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 53 234 64 -
CMYK 0.77 0 0.73 0.08
HSL 123.65º 0.81% 0.56% -
HSV(B) 123.65º 0.77% 0.92% -
XYZ 31.82 59.97 14.75 -
YUV 160.5 73.53 51.32 -
System Red Green Blue C M Y K H S L
Decimal 53 234 64 0.77 0 0.73 0.08 123.65 0.81 0.56
Hex 35 EA 40 4D 0 49 8 7C 51 38
Octal 65 352 100 115 0 111 10 174 121 70
Binary 110101 11101010 1000000 1001101 0 1001001 1000 1111100 1010001 111000

Color Harmonies of #35EA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EA40

Black with #35EA40

Text Example


Text Example

White with #35EA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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