Html Css Color HEX #38D551 Lime Green

📋 copy color: '#38D551'

red 56 ◦ green 213 ◦ blue 81

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

Shades of Lime Green #38D551

Tints of Lime Green #38D551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.86%

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 16%
G = 60.86%
B = 23.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#38D551 (or 0x38D551) is known color: Lime Green. HEX triplet: 38, D5 and 51. RGB value is (56,213,81). Sum of RGB (Red+Green+Blue) = 56+213+81=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #38D551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D551 is #C72AAE. Grayscale: #979797. Windows color (decimal): -13052591 or 5363000. OLE color: 5363000.

HSL color Cylindrical-coordinate representation of color #38D551: hue angle of 129.55º degrees, saturation: 0.65, 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 #38D551 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 81 -
CMYK 0.74 0 0.62 0.16
HSL 129.55º 0.65% 0.53% -
HSV(B) 129.55º 0.74% 0.84% -
XYZ 26.91 49.02 15.83 -
YUV 151.01 88.49 60.23 -
System Red Green Blue C M Y K H S L
Decimal 56 213 81 0.74 0 0.62 0.16 129.55 0.65 0.53
Hex 38 D5 51 4A 0 3E 10 82 41 35
Octal 70 325 121 112 0 76 20 202 101 65
Binary 111000 11010101 1010001 1001010 0 111110 10000 10000010 1000001 110101

Color Harmonies of #38D551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D551

Black with #38D551

Text Example


Text Example

White with #38D551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,81); }

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

background-color css

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

 a { background-color: rgb(56,213,81); }

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

border-color css

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

 span { border-color: rgb(56,213,81); }

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