Html Css Color HEX #38DF16 Lime Green

📋 copy color: '#38DF16'

red 56 ◦ green 223 ◦ blue 22

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

Shades of Lime Green #38DF16

Tints of Lime Green #38DF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.09%

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

R = 18.6%
G = 74.09%
B = 7.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#38DF16 (or 0x38DF16) is known color: Lime Green. HEX triplet: 38, DF and 16. RGB value is (56,223,22). Sum of RGB (Red+Green+Blue) = 56+223+22=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF16 is #C720E9. Grayscale: #969696. Windows color (decimal): -13050090 or 1498936. OLE color: 1498936.

HSL color Cylindrical-coordinate representation of color #38DF16: hue angle of 109.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38DF16 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 22 -
CMYK 0.75 0 0.90 0.13
HSL 109.85º 0.82% 0.48% -
HSV(B) 109.85º 0.9% 0.87% -
XYZ 28.16 53.67 9.63 -
YUV 150.15 55.67 60.84 -
System Red Green Blue C M Y K H S L
Decimal 56 223 22 0.75 0 0.90 0.13 109.85 0.82 0.48
Hex 38 DF 16 4B 0 5A D 6E 52 30
Octal 70 337 26 113 0 132 15 156 122 60
Binary 111000 11011111 10110 1001011 0 1011010 1101 1101110 1010010 110000

Color Harmonies of #38DF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF16

Black with #38DF16

Text Example


Text Example

White with #38DF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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