Html Css Color HEX #38D946 Lime Green

📋 copy color: '#38D946'

red 56 ◦ green 217 ◦ blue 70

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

Shades of Lime Green #38D946

Tints of Lime Green #38D946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.27%

 BLUE value IS 70 (27.73% from 255) = 20.41%

R = 16.33%
G = 63.27%
B = 20.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#38D946 (or 0x38D946) is known color: Lime Green. HEX triplet: 38, D9 and 46. RGB value is (56,217,70). Sum of RGB (Red+Green+Blue) = 56+217+70=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #38D946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D946 is #C726B9. Grayscale: #989898. Windows color (decimal): -13051578 or 4643128. OLE color: 4643128.

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

Color convert

RGB 56 217 70 -
CMYK 0.74 0 0.68 0.15
HSL 125.22º 0.68% 0.54% -
HSV(B) 125.22º 0.74% 0.85% -
XYZ 27.55 50.91 14.17 -
YUV 152.1 81.66 59.45 -
System Red Green Blue C M Y K H S L
Decimal 56 217 70 0.74 0 0.68 0.15 125.22 0.68 0.54
Hex 38 D9 46 4A 0 44 F 7D 44 36
Octal 70 331 106 112 0 104 17 175 104 66
Binary 111000 11011001 1000110 1001010 0 1000100 1111 1111101 1000100 110110

Color Harmonies of #38D946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D946

Black with #38D946

Text Example


Text Example

White with #38D946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,70); }

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

background-color css

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

 a { background-color: rgb(56,217,70); }

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

border-color css

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

 span { border-color: rgb(56,217,70); }

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