Html Css Color HEX #38DF20 Lime Green

📋 copy color: '#38DF20'

red 56 ◦ green 223 ◦ blue 32

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

Shades of Lime Green #38DF20

Tints of Lime Green #38DF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 18.01%
G = 71.7%
B = 10.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#38DF20 (or 0x38DF20) is known color: Lime Green. HEX triplet: 38, DF and 20. RGB value is (56,223,32). Sum of RGB (Red+Green+Blue) = 56+223+32=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF20 is #C720DF. Grayscale: #979797. Windows color (decimal): -13050080 or 2154296. OLE color: 2154296.

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

Color convert

RGB 56 223 32 -
CMYK 0.75 0 0.86 0.13
HSL 112.46º 0.75% 0.5% -
HSV(B) 112.46º 0.86% 0.87% -
XYZ 28.28 53.72 10.25 -
YUV 151.29 60.67 60.03 -
System Red Green Blue C M Y K H S L
Decimal 56 223 32 0.75 0 0.86 0.13 112.46 0.75 0.5
Hex 38 DF 20 4B 0 56 D 70 4B 32
Octal 70 337 40 113 0 126 15 160 113 62
Binary 111000 11011111 100000 1001011 0 1010110 1101 1110000 1001011 110010

Color Harmonies of #38DF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF20

Black with #38DF20

Text Example


Text Example

White with #38DF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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