Html Css Color HEX #38D44F Lime Green

📋 copy color: '#38D44F'

red 56 ◦ green 212 ◦ blue 79

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

Shades of Lime Green #38D44F

Tints of Lime Green #38D44F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.1%

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

R = 16.14%
G = 61.1%
B = 22.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#38D44F (or 0x38D44F) is known color: Lime Green. HEX triplet: 38, D4 and 4F. RGB value is (56,212,79). Sum of RGB (Red+Green+Blue) = 56+212+79=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 212 (83.20% from 255 or 61.10% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 212 - color contains mainly: green. Hex color #38D44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D44F is #C72BB0. Grayscale: #969696. Windows color (decimal): -13052849 or 5231672. OLE color: 5231672.

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

Color convert

RGB 56 212 79 -
CMYK 0.74 0 0.63 0.17
HSL 128.85º 0.64% 0.53% -
HSV(B) 128.85º 0.74% 0.83% -
XYZ 26.59 48.49 15.36 -
YUV 150.19 87.82 60.81 -
System Red Green Blue C M Y K H S L
Decimal 56 212 79 0.74 0 0.63 0.17 128.85 0.64 0.53
Hex 38 D4 4F 4A 0 3F 11 81 40 35
Octal 70 324 117 112 0 77 21 201 100 65
Binary 111000 11010100 1001111 1001010 0 111111 10001 10000001 1000000 110101

Color Harmonies of #38D44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D44F

Black with #38D44F

Text Example


Text Example

White with #38D44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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