Html Css Color HEX #38E151 Lime Green

📋 copy color: '#38E151'

red 56 ◦ green 225 ◦ blue 81

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

Shades of Lime Green #38E151

Tints of Lime Green #38E151

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.15%

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

R = 15.47%
G = 62.15%
B = 22.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#38E151 (or 0x38E151) is known color: Lime Green. HEX triplet: 38, E1 and 51. RGB value is (56,225,81). Sum of RGB (Red+Green+Blue) = 56+225+81=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 225 (88.28% from 255 or 62.15% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 225 - color contains mainly: green. Hex color #38E151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E151 is #C71EAE. Grayscale: #9E9E9E. Windows color (decimal): -13049519 or 5366072. OLE color: 5366072.

HSL color Cylindrical-coordinate representation of color #38E151: hue angle of 128.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E151 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 81 -
CMYK 0.75 0 0.64 0.12
HSL 128.88º 0.74% 0.55% -
HSV(B) 128.88º 0.75% 0.88% -
XYZ 30.04 55.29 16.87 -
YUV 158.05 84.51 55.21 -
System Red Green Blue C M Y K H S L
Decimal 56 225 81 0.75 0 0.64 0.12 128.88 0.74 0.55
Hex 38 E1 51 4B 0 40 C 81 4A 37
Octal 70 341 121 113 0 100 14 201 112 67
Binary 111000 11100001 1010001 1001011 0 1000000 1100 10000001 1001010 110111

Color Harmonies of #38E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E151

Black with #38E151

Text Example


Text Example

White with #38E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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