Html Css Color HEX #38DF14 Lime Green

📋 copy color: '#38DF14'

red 56 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #38DF14

Tints of Lime Green #38DF14

RGB

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

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

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

R = 18.73%
G = 74.58%
B = 6.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#38DF14 (or 0x38DF14) is known color: Lime Green. HEX triplet: 38, DF and 14. RGB value is (56,223,20). Sum of RGB (Red+Green+Blue) = 56+223+20=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 223 (87.5% from 255 or 74.58% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF14 is #C720EB. Grayscale: #969696. Windows color (decimal): -13050092 or 1367864. OLE color: 1367864.

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

Color convert

RGB 56 223 20 -
CMYK 0.75 0 0.91 0.13
HSL 109.36º 0.84% 0.48% -
HSV(B) 109.36º 0.91% 0.87% -
XYZ 28.14 53.67 9.54 -
YUV 149.93 54.67 61.01 -
System Red Green Blue C M Y K H S L
Decimal 56 223 20 0.75 0 0.91 0.13 109.36 0.84 0.48
Hex 38 DF 14 4B 0 5B D 6D 54 30
Octal 70 337 24 113 0 133 15 155 124 60
Binary 111000 11011111 10100 1001011 0 1011011 1101 1101101 1010100 110000

Color Harmonies of #38DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF14

Black with #38DF14

Text Example


Text Example

White with #38DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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