Html Css Color HEX #36E348 Lime Green

📋 copy color: '#36E348'

red 54 ◦ green 227 ◦ blue 72

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

Shades of Lime Green #36E348

Tints of Lime Green #36E348

RGB

 RED value IS 54 (21.48% from 255) = 15.3%

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

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

R = 15.3%
G = 64.31%
B = 20.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#36E348 (or 0x36E348) is known color: Lime Green. HEX triplet: 36, E3 and 48. RGB value is (54,227,72). Sum of RGB (Red+Green+Blue) = 54+227+72=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #36E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E348 is #C91CB7. Grayscale: #9E9E9E. Windows color (decimal): -13180088 or 4776758. OLE color: 4776758.

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

Color convert

RGB 54 227 72 -
CMYK 0.76 0 0.68 0.11
HSL 126.24º 0.76% 0.55% -
HSV(B) 126.24º 0.76% 0.89% -
XYZ 30.16 56.19 15.39 -
YUV 157.6 79.69 54.1 -
System Red Green Blue C M Y K H S L
Decimal 54 227 72 0.76 0 0.68 0.11 126.24 0.76 0.55
Hex 36 E3 48 4C 0 44 B 7E 4C 37
Octal 66 343 110 114 0 104 13 176 114 67
Binary 110110 11100011 1001000 1001100 0 1000100 1011 1111110 1001100 110111

Color Harmonies of #36E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E348

Black with #36E348

Text Example


Text Example

White with #36E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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