Html Css Color HEX #38D146 Lime Green

📋 copy color: '#38D146'

red 56 ◦ green 209 ◦ blue 70

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

Shades of Lime Green #38D146

Tints of Lime Green #38D146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.39%

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

R = 16.72%
G = 62.39%
B = 20.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#38D146 (or 0x38D146) is known color: Lime Green. HEX triplet: 38, D1 and 46. RGB value is (56,209,70). Sum of RGB (Red+Green+Blue) = 56+209+70=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 209 (82.03% from 255 or 62.39% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 209 - color contains mainly: green. Hex color #38D146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D146 is #C72EB9. Grayscale: #939393. Windows color (decimal): -13053626 or 4641080. OLE color: 4641080.

HSL color Cylindrical-coordinate representation of color #38D146: hue angle of 125.49º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D146 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 209 70 -
CMYK 0.73 0 0.67 0.18
HSL 125.49º 0.62% 0.52% -
HSV(B) 125.49º 0.73% 0.82% -
XYZ 25.54 46.88 13.5 -
YUV 147.41 84.31 62.8 -
System Red Green Blue C M Y K H S L
Decimal 56 209 70 0.73 0 0.67 0.18 125.49 0.62 0.52
Hex 38 D1 46 49 0 43 12 7D 3E 34
Octal 70 321 106 111 0 103 22 175 76 64
Binary 111000 11010001 1000110 1001001 0 1000011 10010 1111101 111110 110100

Color Harmonies of #38D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D146

Black with #38D146

Text Example


Text Example

White with #38D146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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