Html Css Color HEX #38E048 Lime Green

📋 copy color: '#38E048'

red 56 ◦ green 224 ◦ blue 72

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

Shades of Lime Green #38E048

Tints of Lime Green #38E048

RGB

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

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

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

R = 15.91%
G = 63.64%
B = 20.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#38E048 (or 0x38E048) is known color: Lime Green. HEX triplet: 38, E0 and 48. RGB value is (56,224,72). Sum of RGB (Red+Green+Blue) = 56+224+72=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #38E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E048 is #C71FB7. Grayscale: #9C9C9C. Windows color (decimal): -13049784 or 4775992. OLE color: 4775992.

HSL color Cylindrical-coordinate representation of color #38E048: hue angle of 125.71º 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 #38E048 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 72 -
CMYK 0.75 0 0.68 0.12
HSL 125.71º 0.73% 0.55% -
HSV(B) 125.71º 0.75% 0.88% -
XYZ 29.46 54.62 15.12 -
YUV 156.44 80.34 56.36 -
System Red Green Blue C M Y K H S L
Decimal 56 224 72 0.75 0 0.68 0.12 125.71 0.73 0.55
Hex 38 E0 48 4B 0 44 C 7E 49 37
Octal 70 340 110 113 0 104 14 176 111 67
Binary 111000 11100000 1001000 1001011 0 1000100 1100 1111110 1001001 110111

Color Harmonies of #38E048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E048

Black with #38E048

Text Example


Text Example

White with #38E048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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