Html Css Color HEX #35E348 Lime Green

📋 copy color: '#35E348'

red 53 ◦ green 227 ◦ blue 72

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

Shades of Lime Green #35E348

Tints of Lime Green #35E348

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.49%

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 15.06%
G = 64.49%
B = 20.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#35E348 (or 0x35E348) is known color: Lime Green. HEX triplet: 35, E3 and 48. RGB value is (53,227,72). Sum of RGB (Red+Green+Blue) = 53+227+72=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 227 (89.06% from 255 or 64.49% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 227 - color contains mainly: green. Hex color #35E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35E348 is #CA1CB7. Grayscale: #9D9D9D. Windows color (decimal): -13245624 or 4776757. OLE color: 4776757.

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

Color convert

RGB 53 227 72 -
CMYK 0.77 0 0.68 0.11
HSL 126.55º 0.76% 0.55% -
HSV(B) 126.55º 0.77% 0.89% -
XYZ 30.11 56.16 15.38 -
YUV 157.3 79.85 53.6 -
System Red Green Blue C M Y K H S L
Decimal 53 227 72 0.77 0 0.68 0.11 126.55 0.76 0.55
Hex 35 E3 48 4D 0 44 B 7F 4C 37
Octal 65 343 110 115 0 104 13 177 114 67
Binary 110101 11100011 1001000 1001101 0 1000100 1011 1111111 1001100 110111

Color Harmonies of #35E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E348

Black with #35E348

Text Example


Text Example

White with #35E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,227,72); }

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

background-color css

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

 a { background-color: rgb(53,227,72); }

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

border-color css

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

 span { border-color: rgb(53,227,72); }

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