Html Css Color HEX #38D919 Lime Green

📋 copy color: '#38D919'

red 56 ◦ green 217 ◦ blue 25

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

Shades of Lime Green #38D919

Tints of Lime Green #38D919

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.82%

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 18.79%
G = 72.82%
B = 8.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#38D919 (or 0x38D919) is known color: Lime Green. HEX triplet: 38, D9 and 19. RGB value is (56,217,25). Sum of RGB (Red+Green+Blue) = 56+217+25=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #38D919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D919 is #C726E6. Grayscale: #939393. Windows color (decimal): -13051623 or 1694008. OLE color: 1694008.

HSL color Cylindrical-coordinate representation of color #38D919: hue angle of 110.31º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38D919 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 217 25 -
CMYK 0.74 0 0.88 0.15
HSL 110.31º 0.79% 0.47% -
HSV(B) 110.31º 0.88% 0.85% -
XYZ 26.62 50.54 9.27 -
YUV 146.97 59.16 63.11 -
System Red Green Blue C M Y K H S L
Decimal 56 217 25 0.74 0 0.88 0.15 110.31 0.79 0.47
Hex 38 D9 19 4A 0 58 F 6E 4F 2F
Octal 70 331 31 112 0 130 17 156 117 57
Binary 111000 11011001 11001 1001010 0 1011000 1111 1101110 1001111 101111

Color Harmonies of #38D919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D919

Black with #38D919

Text Example


Text Example

White with #38D919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,25); }

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

background-color css

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

 a { background-color: rgb(56,217,25); }

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

border-color css

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

 span { border-color: rgb(56,217,25); }

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