Html Css Color HEX #38DA14 Lime Green

📋 copy color: '#38DA14'

red 56 ◦ green 218 ◦ blue 20

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

Shades of Lime Green #38DA14

Tints of Lime Green #38DA14

RGB

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

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

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

R = 19.05%
G = 74.15%
B = 6.8%

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

#38DA14 (or 0x38DA14) is known color: Lime Green. HEX triplet: 38, DA and 14. RGB value is (56,218,20). Sum of RGB (Red+Green+Blue) = 56+218+20=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #38DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DA14 is #C725EB. Grayscale: #939393. Windows color (decimal): -13051372 or 1366584. OLE color: 1366584.

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

Color convert

RGB 56 218 20 -
CMYK 0.74 0 0.91 0.15
HSL 109.09º 0.83% 0.47% -
HSV(B) 109.09º 0.91% 0.85% -
XYZ 26.83 51.03 9.1 -
YUV 146.99 56.33 63.1 -
System Red Green Blue C M Y K H S L
Decimal 56 218 20 0.74 0 0.91 0.15 109.09 0.83 0.47
Hex 38 DA 14 4A 0 5B F 6D 53 2F
Octal 70 332 24 112 0 133 17 155 123 57
Binary 111000 11011010 10100 1001010 0 1011011 1111 1101101 1010011 101111

Color Harmonies of #38DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DA14

Black with #38DA14

Text Example


Text Example

White with #38DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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