Html Css Color HEX #38D82F Lime Green

📋 copy color: '#38D82F'

red 56 ◦ green 216 ◦ blue 47

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

Shades of Lime Green #38D82F

Tints of Lime Green #38D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 67.71%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 17.55%
G = 67.71%
B = 14.73%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#38D82F (or 0x38D82F) is known color: Lime Green. HEX triplet: 38, D8 and 2F. RGB value is (56,216,47). Sum of RGB (Red+Green+Blue) = 56+216+47=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 216 (84.77% from 255 or 67.71% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 216 - color contains mainly: green. Hex color #38D82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D82F is #C727D0. Grayscale: #959595. Windows color (decimal): -13051857 or 3135544. OLE color: 3135544.

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

Color convert

RGB 56 216 47 -
CMYK 0.74 0 0.78 0.15
HSL 116.8º 0.68% 0.52% -
HSV(B) 116.8º 0.78% 0.85% -
XYZ 26.7 50.16 10.96 -
YUV 148.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 56 216 47 0.74 0 0.78 0.15 116.8 0.68 0.52
Hex 38 D8 2F 4A 0 4E F 75 44 34
Octal 70 330 57 112 0 116 17 165 104 64
Binary 111000 11011000 101111 1001010 0 1001110 1111 1110101 1000100 110100

Color Harmonies of #38D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D82F

Black with #38D82F

Text Example


Text Example

White with #38D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,47); }

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

background-color css

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

 a { background-color: rgb(56,216,47); }

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

border-color css

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

 span { border-color: rgb(56,216,47); }

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