Html Css Color HEX #38DF4C Lime Green

📋 copy color: '#38DF4C'

red 56 ◦ green 223 ◦ blue 76

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

Shades of Lime Green #38DF4C

Tints of Lime Green #38DF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 15.77%
G = 62.82%
B = 21.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#38DF4C (or 0x38DF4C) is known color: Lime Green. HEX triplet: 38, DF and 4C. RGB value is (56,223,76). Sum of RGB (Red+Green+Blue) = 56+223+76=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF4C is #C720B3. Grayscale: #9C9C9C. Windows color (decimal): -13050036 or 5037880. OLE color: 5037880.

HSL color Cylindrical-coordinate representation of color #38DF4C: hue angle of 127.19º 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 #38DF4C is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 76 -
CMYK 0.75 0 0.66 0.13
HSL 127.19º 0.72% 0.55% -
HSV(B) 127.19º 0.75% 0.87% -
XYZ 29.32 54.14 15.74 -
YUV 156.31 82.67 56.45 -
System Red Green Blue C M Y K H S L
Decimal 56 223 76 0.75 0 0.66 0.13 127.19 0.72 0.55
Hex 38 DF 4C 4B 0 42 D 7F 48 37
Octal 70 337 114 113 0 102 15 177 110 67
Binary 111000 11011111 1001100 1001011 0 1000010 1101 1111111 1001000 110111

Color Harmonies of #38DF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF4C

Black with #38DF4C

Text Example


Text Example

White with #38DF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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