Html Css Color HEX #38D716 Lime Green

📋 copy color: '#38D716'

red 56 ◦ green 215 ◦ blue 22

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

Shades of Lime Green #38D716

Tints of Lime Green #38D716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.38%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 19.11%
G = 73.38%
B = 7.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#38D716 (or 0x38D716) is known color: Lime Green. HEX triplet: 38, D7 and 16. RGB value is (56,215,22). Sum of RGB (Red+Green+Blue) = 56+215+22=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #38D716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D716 is #C728E9. Grayscale: #929292. Windows color (decimal): -13052138 or 1496888. OLE color: 1496888.

HSL color Cylindrical-coordinate representation of color #38D716: hue angle of 109.43º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38D716 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 22 -
CMYK 0.74 0 0.90 0.16
HSL 109.43º 0.81% 0.46% -
HSV(B) 109.43º 0.9% 0.84% -
XYZ 26.08 49.5 8.94 -
YUV 145.46 58.32 64.19 -
System Red Green Blue C M Y K H S L
Decimal 56 215 22 0.74 0 0.90 0.16 109.43 0.81 0.46
Hex 38 D7 16 4A 0 5A 10 6D 51 2E
Octal 70 327 26 112 0 132 20 155 121 56
Binary 111000 11010111 10110 1001010 0 1011010 10000 1101101 1010001 101110

Color Harmonies of #38D716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D716

Black with #38D716

Text Example


Text Example

White with #38D716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,215,22); }

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

background-color css

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

 a { background-color: rgb(56,215,22); }

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

border-color css

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

 span { border-color: rgb(56,215,22); }

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