Html Css Color HEX #38D914 Lime Green

📋 copy color: '#38D914'

red 56 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #38D914

Tints of Lime Green #38D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 19.11%
G = 74.06%
B = 6.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#38D914 (or 0x38D914) is known color: Lime Green. HEX triplet: 38, D9 and 14. RGB value is (56,217,20). Sum of RGB (Red+Green+Blue) = 56+217+20=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #38D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D914 is #C726EB. Grayscale: #939393. Windows color (decimal): -13051628 or 1366328. OLE color: 1366328.

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

Color convert

RGB 56 217 20 -
CMYK 0.74 0 0.91 0.15
HSL 109.04º 0.83% 0.46% -
HSV(B) 109.04º 0.91% 0.85% -
XYZ 26.57 50.52 9.01 -
YUV 146.4 56.66 63.52 -
System Red Green Blue C M Y K H S L
Decimal 56 217 20 0.74 0 0.91 0.15 109.04 0.83 0.46
Hex 38 D9 14 4A 0 5B F 6D 53 2E
Octal 70 331 24 112 0 133 17 155 123 56
Binary 111000 11011001 10100 1001010 0 1011011 1111 1101101 1010011 101110

Color Harmonies of #38D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D914

Black with #38D914

Text Example


Text Example

White with #38D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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