Html Css Color HEX #38D74F Lime Green

📋 copy color: '#38D74F'

red 56 ◦ green 215 ◦ blue 79

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

Shades of Lime Green #38D74F

Tints of Lime Green #38D74F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.43%

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

R = 16%
G = 61.43%
B = 22.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#38D74F (or 0x38D74F) is known color: Lime Green. HEX triplet: 38, D7 and 4F. RGB value is (56,215,79). Sum of RGB (Red+Green+Blue) = 56+215+79=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #38D74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D74F is #C728B0. Grayscale: #989898. Windows color (decimal): -13052081 or 5232440. OLE color: 5232440.

HSL color Cylindrical-coordinate representation of color #38D74F: hue angle of 128.68º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D74F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 215 79 -
CMYK 0.74 0 0.63 0.16
HSL 128.68º 0.67% 0.53% -
HSV(B) 128.68º 0.74% 0.84% -
XYZ 27.34 50.01 15.61 -
YUV 151.96 86.82 59.56 -
System Red Green Blue C M Y K H S L
Decimal 56 215 79 0.74 0 0.63 0.16 128.68 0.67 0.53
Hex 38 D7 4F 4A 0 3F 10 81 43 35
Octal 70 327 117 112 0 77 20 201 103 65
Binary 111000 11010111 1001111 1001010 0 111111 10000 10000001 1000011 110101

Color Harmonies of #38D74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D74F

Black with #38D74F

Text Example


Text Example

White with #38D74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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