Html Css Color HEX #38DF15 Lime Green

📋 copy color: '#38DF15'

red 56 ◦ green 223 ◦ blue 21

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

Shades of Lime Green #38DF15

Tints of Lime Green #38DF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7%

R = 18.67%
G = 74.33%
B = 7%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#38DF15 (or 0x38DF15) is known color: Lime Green. HEX triplet: 38, DF and 15. RGB value is (56,223,21). Sum of RGB (Red+Green+Blue) = 56+223+21=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38DF15 is #C720EA. Grayscale: #969696. Windows color (decimal): -13050091 or 1433400. OLE color: 1433400.

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

Color convert

RGB 56 223 21 -
CMYK 0.75 0 0.91 0.13
HSL 109.6º 0.83% 0.48% -
HSV(B) 109.6º 0.91% 0.87% -
XYZ 28.15 53.67 9.59 -
YUV 150.04 55.17 60.93 -
System Red Green Blue C M Y K H S L
Decimal 56 223 21 0.75 0 0.91 0.13 109.6 0.83 0.48
Hex 38 DF 15 4B 0 5B D 6E 53 30
Octal 70 337 25 113 0 133 15 156 123 60
Binary 111000 11011111 10101 1001011 0 1011011 1101 1101110 1010011 110000

Color Harmonies of #38DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF15

Black with #38DF15

Text Example


Text Example

White with #38DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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