Html Css Color HEX #38C94D Lime Green

📋 copy color: '#38C94D'

red 56 ◦ green 201 ◦ blue 77

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

Shades of Lime Green #38C94D

Tints of Lime Green #38C94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

 BLUE value IS 77 (30.47% from 255) = 23.05%

R = 16.77%
G = 60.18%
B = 23.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#38C94D (or 0x38C94D) is known color: Lime Green. HEX triplet: 38, C9 and 4D. RGB value is (56,201,77). Sum of RGB (Red+Green+Blue) = 56+201+77=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #38C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C94D is #C736B2. Grayscale: #8F8F8F. Windows color (decimal): -13055667 or 5097784. OLE color: 5097784.

HSL color Cylindrical-coordinate representation of color #38C94D: hue angle of 128.69º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C94D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 201 77 -
CMYK 0.72 0 0.62 0.21
HSL 128.69º 0.57% 0.5% -
HSV(B) 128.69º 0.72% 0.79% -
XYZ 23.86 43.15 14.09 -
YUV 143.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 56 201 77 0.72 0 0.62 0.21 128.69 0.57 0.5
Hex 38 C9 4D 48 0 3E 15 81 39 32
Octal 70 311 115 110 0 76 25 201 71 62
Binary 111000 11001001 1001101 1001000 0 111110 10101 10000001 111001 110010

Color Harmonies of #38C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C94D

Black with #38C94D

Text Example


Text Example

White with #38C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,77); }

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

background-color css

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

 a { background-color: rgb(56,201,77); }

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

border-color css

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

 span { border-color: rgb(56,201,77); }

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