Html Css Color HEX #38E050 Lime Green

📋 copy color: '#38E050'

red 56 ◦ green 224 ◦ blue 80

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

Shades of Lime Green #38E050

Tints of Lime Green #38E050

RGB

 RED value IS 56 (22.27% from 255) = 15.56%

 GREEN value IS 224 (87.89% from 255) = 62.22%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 15.56%
G = 62.22%
B = 22.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#38E050 (or 0x38E050) is known color: Lime Green. HEX triplet: 38, E0 and 50. RGB value is (56,224,80). Sum of RGB (Red+Green+Blue) = 56+224+80=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #38E050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E050 is #C71FAF. Grayscale: #9D9D9D. Windows color (decimal): -13049776 or 5300280. OLE color: 5300280.

HSL color Cylindrical-coordinate representation of color #38E050: hue angle of 128.57º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E050 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 80 -
CMYK 0.75 0 0.64 0.12
HSL 128.57º 0.73% 0.55% -
HSV(B) 128.57º 0.75% 0.88% -
XYZ 29.73 54.73 16.59 -
YUV 157.35 84.34 55.71 -
System Red Green Blue C M Y K H S L
Decimal 56 224 80 0.75 0 0.64 0.12 128.57 0.73 0.55
Hex 38 E0 50 4B 0 40 C 81 49 37
Octal 70 340 120 113 0 100 14 201 111 67
Binary 111000 11100000 1010000 1001011 0 1000000 1100 10000001 1001001 110111

Color Harmonies of #38E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E050

Black with #38E050

Text Example


Text Example

White with #38E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38E050; }

 p { color: rgb(56,224,80); }

 H1.HeaderClassName
 {
   color: #38E050;
 }
 .AnyTagClassName
 {
   color: #38E050;
 }
</style>

background-color css

<style>
 a { background-color: #38E050; }

 a { background-color: rgb(56,224,80); }

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

border-color css

<style>
 span { border-color: #38E050; }

 span { border-color: rgb(56,224,80); }

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