Html Css Color HEX #38DA16 Lime Green

📋 copy color: '#38DA16'

red 56 ◦ green 218 ◦ blue 22

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

Shades of Lime Green #38DA16

Tints of Lime Green #38DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.65%

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

R = 18.92%
G = 73.65%
B = 7.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#38DA16 (or 0x38DA16) is known color: Lime Green. HEX triplet: 38, DA and 16. RGB value is (56,218,22). Sum of RGB (Red+Green+Blue) = 56+218+22=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DA16 is #C725E9. Grayscale: #939393. Windows color (decimal): -13051370 or 1497656. OLE color: 1497656.

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

Color convert

RGB 56 218 22 -
CMYK 0.74 0 0.90 0.15
HSL 109.59º 0.82% 0.47% -
HSV(B) 109.59º 0.9% 0.85% -
XYZ 26.85 51.04 9.2 -
YUV 147.22 57.33 62.94 -
System Red Green Blue C M Y K H S L
Decimal 56 218 22 0.74 0 0.90 0.15 109.59 0.82 0.47
Hex 38 DA 16 4A 0 5A F 6E 52 2F
Octal 70 332 26 112 0 132 17 156 122 57
Binary 111000 11011010 10110 1001010 0 1011010 1111 1101110 1010010 101111

Color Harmonies of #38DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA16

Black with #38DA16

Text Example


Text Example

White with #38DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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