Html Css Color HEX #38DF4F Lime Green

📋 copy color: '#38DF4F'

red 56 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #38DF4F

Tints of Lime Green #38DF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 15.64%
G = 62.29%
B = 22.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#38DF4F (or 0x38DF4F) is known color: Lime Green. HEX triplet: 38, DF and 4F. RGB value is (56,223,79). Sum of RGB (Red+Green+Blue) = 56+223+79=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38DF4F is #C720B0. Grayscale: #9D9D9D. Windows color (decimal): -13050033 or 5234488. OLE color: 5234488.

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

Color convert

RGB 56 223 79 -
CMYK 0.75 0 0.65 0.13
HSL 128.26º 0.72% 0.55% -
HSV(B) 128.26º 0.75% 0.87% -
XYZ 29.43 54.18 16.3 -
YUV 156.65 84.17 56.21 -
System Red Green Blue C M Y K H S L
Decimal 56 223 79 0.75 0 0.65 0.13 128.26 0.72 0.55
Hex 38 DF 4F 4B 0 41 D 80 48 37
Octal 70 337 117 113 0 101 15 200 110 67
Binary 111000 11011111 1001111 1001011 0 1000001 1101 10000000 1001000 110111

Color Harmonies of #38DF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF4F

Black with #38DF4F

Text Example


Text Example

White with #38DF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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