Html Css Color HEX #35E422 Lime Green

📋 copy color: '#35E422'

red 53 ◦ green 228 ◦ blue 34

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

Shades of Lime Green #35E422

Tints of Lime Green #35E422

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.38%

 BLUE value IS 34 (13.67% from 255) = 10.79%

R = 16.83%
G = 72.38%
B = 10.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#35E422 (or 0x35E422) is known color: Lime Green. HEX triplet: 35, E4 and 22. RGB value is (53,228,34). Sum of RGB (Red+Green+Blue) = 53+228+34=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 228 (89.45% from 255 or 72.38% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 228 - color contains mainly: green. Hex color #35E422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E422 is #CA1BDD. Grayscale: #9A9A9A. Windows color (decimal): -13245406 or 2286645. OLE color: 2286645.

HSL color Cylindrical-coordinate representation of color #35E422: hue angle of 114.12º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35E422 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 228 34 -
CMYK 0.77 0 0.85 0.11
HSL 114.12º 0.78% 0.51% -
HSV(B) 114.12º 0.85% 0.89% -
XYZ 29.5 56.36 10.84 -
YUV 153.56 60.52 56.27 -
System Red Green Blue C M Y K H S L
Decimal 53 228 34 0.77 0 0.85 0.11 114.12 0.78 0.51
Hex 35 E4 22 4D 0 55 B 72 4E 33
Octal 65 344 42 115 0 125 13 162 116 63
Binary 110101 11100100 100010 1001101 0 1010101 1011 1110010 1001110 110011

Color Harmonies of #35E422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E422

Black with #35E422

Text Example


Text Example

White with #35E422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,228,34); }

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

background-color css

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

 a { background-color: rgb(53,228,34); }

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

border-color css

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

 span { border-color: rgb(53,228,34); }

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