Html Css Color HEX #38E051 Lime Green

📋 copy color: '#38E051'

red 56 ◦ green 224 ◦ blue 81

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

Shades of Lime Green #38E051

Tints of Lime Green #38E051

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.05%

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

R = 15.51%
G = 62.05%
B = 22.44%

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

#38E051 (or 0x38E051) is known color: Lime Green. HEX triplet: 38, E0 and 51. RGB value is (56,224,81). Sum of RGB (Red+Green+Blue) = 56+224+81=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #38E051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E051 is #C71FAE. Grayscale: #9D9D9D. Windows color (decimal): -13049775 or 5365816. OLE color: 5365816.

HSL color Cylindrical-coordinate representation of color #38E051: hue angle of 128.93º degrees, saturation: 0.73, 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 #38E051 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 81 -
CMYK 0.75 0 0.64 0.12
HSL 128.93º 0.73% 0.55% -
HSV(B) 128.93º 0.75% 0.88% -
XYZ 29.77 54.75 16.78 -
YUV 157.47 84.84 55.63 -
System Red Green Blue C M Y K H S L
Decimal 56 224 81 0.75 0 0.64 0.12 128.93 0.73 0.55
Hex 38 E0 51 4B 0 40 C 81 49 37
Octal 70 340 121 113 0 100 14 201 111 67
Binary 111000 11100000 1010001 1001011 0 1000000 1100 10000001 1001001 110111

Color Harmonies of #38E051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E051

Black with #38E051

Text Example


Text Example

White with #38E051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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