Html Css Color HEX #38E856 Lime Green

📋 copy color: '#38E856'

red 56 ◦ green 232 ◦ blue 86

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

Shades of Lime Green #38E856

Tints of Lime Green #38E856

RGB

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

 GREEN value IS 232 (91.02% from 255) = 62.03%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 14.97%
G = 62.03%
B = 22.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#38E856 (or 0x38E856) is known color: Lime Green. HEX triplet: 38, E8 and 56. RGB value is (56,232,86). Sum of RGB (Red+Green+Blue) = 56+232+86=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 232 (91.02% from 255 or 62.03% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 232 - color contains mainly: green. Hex color #38E856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E856 is #C717A9. Grayscale: #A3A3A3. Windows color (decimal): -13047722 or 5695544. OLE color: 5695544.

HSL color Cylindrical-coordinate representation of color #38E856: hue angle of 130.23º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E856 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 232 86 -
CMYK 0.76 0 0.63 0.09
HSL 130.23º 0.79% 0.56% -
HSV(B) 130.23º 0.76% 0.91% -
XYZ 32.17 59.23 18.54 -
YUV 162.73 84.69 51.87 -
System Red Green Blue C M Y K H S L
Decimal 56 232 86 0.76 0 0.63 0.09 130.23 0.79 0.56
Hex 38 E8 56 4C 0 3F 9 82 4F 38
Octal 70 350 126 114 0 77 11 202 117 70
Binary 111000 11101000 1010110 1001100 0 111111 1001 10000010 1001111 111000

Color Harmonies of #38E856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E856

Black with #38E856

Text Example


Text Example

White with #38E856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,86); }

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

background-color css

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

 a { background-color: rgb(56,232,86); }

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

border-color css

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

 span { border-color: rgb(56,232,86); }

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