Html Css Color HEX #35E526 Lime Green

📋 copy color: '#35E526'

red 53 ◦ green 229 ◦ blue 38

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

Shades of Lime Green #35E526

Tints of Lime Green #35E526

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.56%

 BLUE value IS 38 (15.23% from 255) = 11.88%

R = 16.56%
G = 71.56%
B = 11.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#35E526 (or 0x35E526) is known color: Lime Green. HEX triplet: 35, E5 and 26. RGB value is (53,229,38). Sum of RGB (Red+Green+Blue) = 53+229+38=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 229 (89.84% from 255 or 71.56% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 229 - color contains mainly: green. Hex color #35E526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E526 is #CA1AD9. Grayscale: #9B9B9B. Windows color (decimal): -13245146 or 2549045. OLE color: 2549045.

HSL color Cylindrical-coordinate representation of color #35E526: hue angle of 115.29º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35E526 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 229 38 -
CMYK 0.77 0 0.83 0.10
HSL 115.29º 0.79% 0.52% -
HSV(B) 115.29º 0.83% 0.9% -
XYZ 29.84 56.94 11.25 -
YUV 154.6 62.19 55.53 -
System Red Green Blue C M Y K H S L
Decimal 53 229 38 0.77 0 0.83 0.10 115.29 0.79 0.52
Hex 35 E5 26 4D 0 53 A 73 4F 34
Octal 65 345 46 115 0 123 12 163 117 64
Binary 110101 11100101 100110 1001101 0 1010011 1010 1110011 1001111 110100

Color Harmonies of #35E526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E526

Black with #35E526

Text Example


Text Example

White with #35E526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,229,38); }

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

background-color css

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

 a { background-color: rgb(53,229,38); }

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

border-color css

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

 span { border-color: rgb(53,229,38); }

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