Html Css Color HEX #38D928 Lime Green

📋 copy color: '#38D928'

red 56 ◦ green 217 ◦ blue 40

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

Shades of Lime Green #38D928

Tints of Lime Green #38D928

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.33%

 BLUE value IS 40 (16.02% from 255) = 12.78%

R = 17.89%
G = 69.33%
B = 12.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#38D928 (or 0x38D928) is known color: Lime Green. HEX triplet: 38, D9 and 28. RGB value is (56,217,40). Sum of RGB (Red+Green+Blue) = 56+217+40=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #38D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D928 is #C726D7. Grayscale: #959595. Windows color (decimal): -13051608 or 2677048. OLE color: 2677048.

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

Color convert

RGB 56 217 40 -
CMYK 0.74 0 0.82 0.15
HSL 114.58º 0.7% 0.5% -
HSV(B) 114.58º 0.82% 0.85% -
XYZ 26.83 50.62 10.36 -
YUV 148.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 56 217 40 0.74 0 0.82 0.15 114.58 0.7 0.5
Hex 38 D9 28 4A 0 52 F 73 46 32
Octal 70 331 50 112 0 122 17 163 106 62
Binary 111000 11011001 101000 1001010 0 1010010 1111 1110011 1000110 110010

Color Harmonies of #38D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D928

Black with #38D928

Text Example


Text Example

White with #38D928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,217,40); }

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

background-color css

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

 a { background-color: rgb(56,217,40); }

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

border-color css

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

 span { border-color: rgb(56,217,40); }

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