Html Css Color HEX #38D048 Lime Green

📋 copy color: '#38D048'

red 56 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #38D048

Tints of Lime Green #38D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.9%

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

R = 16.67%
G = 61.9%
B = 21.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#38D048 (or 0x38D048) is known color: Lime Green. HEX triplet: 38, D0 and 48. RGB value is (56,208,72). Sum of RGB (Red+Green+Blue) = 56+208+72=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #38D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D048 is #C72FB7. Grayscale: #939393. Windows color (decimal): -13053880 or 4771896. OLE color: 4771896.

HSL color Cylindrical-coordinate representation of color #38D048: hue angle of 126.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D048 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 72 -
CMYK 0.73 0 0.65 0.18
HSL 126.32º 0.62% 0.52% -
HSV(B) 126.32º 0.73% 0.82% -
XYZ 25.36 46.42 13.75 -
YUV 147.05 85.64 63.06 -
System Red Green Blue C M Y K H S L
Decimal 56 208 72 0.73 0 0.65 0.18 126.32 0.62 0.52
Hex 38 D0 48 49 0 41 12 7E 3E 34
Octal 70 320 110 111 0 101 22 176 76 64
Binary 111000 11010000 1001000 1001001 0 1000001 10010 1111110 111110 110100

Color Harmonies of #38D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D048

Black with #38D048

Text Example


Text Example

White with #38D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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