Html Css Color HEX #38DD4C Lime Green

📋 copy color: '#38DD4C'

red 56 ◦ green 221 ◦ blue 76

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

Shades of Lime Green #38DD4C

Tints of Lime Green #38DD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.61%

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

R = 15.86%
G = 62.61%
B = 21.53%

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

#38DD4C (or 0x38DD4C) is known color: Lime Green. HEX triplet: 38, DD and 4C. RGB value is (56,221,76). Sum of RGB (Red+Green+Blue) = 56+221+76=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #38DD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DD4C is #C722B3. Grayscale: #9B9B9B. Windows color (decimal): -13050548 or 5037368. OLE color: 5037368.

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

Color convert

RGB 56 221 76 -
CMYK 0.75 0 0.66 0.13
HSL 127.27º 0.71% 0.54% -
HSV(B) 127.27º 0.75% 0.87% -
XYZ 28.79 53.08 15.56 -
YUV 155.14 83.34 57.29 -
System Red Green Blue C M Y K H S L
Decimal 56 221 76 0.75 0 0.66 0.13 127.27 0.71 0.54
Hex 38 DD 4C 4B 0 42 D 7F 47 36
Octal 70 335 114 113 0 102 15 177 107 66
Binary 111000 11011101 1001100 1001011 0 1000010 1101 1111111 1000111 110110

Color Harmonies of #38DD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DD4C

Black with #38DD4C

Text Example


Text Example

White with #38DD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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