Html Css Color HEX #38D515 Lime Green

📋 copy color: '#38D515'

red 56 ◦ green 213 ◦ blue 21

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

Shades of Lime Green #38D515

Tints of Lime Green #38D515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.45%

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

R = 19.31%
G = 73.45%
B = 7.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#38D515 (or 0x38D515) is known color: Lime Green. HEX triplet: 38, D5 and 15. RGB value is (56,213,21). Sum of RGB (Red+Green+Blue) = 56+213+21=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #38D515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D515 is #C72AEA. Grayscale: #909090. Windows color (decimal): -13052651 or 1430840. OLE color: 1430840.

HSL color Cylindrical-coordinate representation of color #38D515: hue angle of 109.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38D515 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 21 -
CMYK 0.74 0 0.90 0.16
HSL 109.06º 0.82% 0.46% -
HSV(B) 109.06º 0.9% 0.84% -
XYZ 25.56 48.48 8.72 -
YUV 144.17 58.49 65.11 -
System Red Green Blue C M Y K H S L
Decimal 56 213 21 0.74 0 0.90 0.16 109.06 0.82 0.46
Hex 38 D5 15 4A 0 5A 10 6D 52 2E
Octal 70 325 25 112 0 132 20 155 122 56
Binary 111000 11010101 10101 1001010 0 1011010 10000 1101101 1010010 101110

Color Harmonies of #38D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D515

Black with #38D515

Text Example


Text Example

White with #38D515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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