Html Css Color HEX #38E356 Lime Green

📋 copy color: '#38E356'

red 56 ◦ green 227 ◦ blue 86

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

Shades of Lime Green #38E356

Tints of Lime Green #38E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.52%

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

R = 15.18%
G = 61.52%
B = 23.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#38E356 (or 0x38E356) is known color: Lime Green. HEX triplet: 38, E3 and 56. RGB value is (56,227,86). Sum of RGB (Red+Green+Blue) = 56+227+86=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #38E356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E356 is #C71CA9. Grayscale: #A0A0A0. Windows color (decimal): -13049002 or 5694264. OLE color: 5694264.

HSL color Cylindrical-coordinate representation of color #38E356: hue angle of 130.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E356 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 86 -
CMYK 0.75 0 0.62 0.11
HSL 130.53º 0.75% 0.55% -
HSV(B) 130.53º 0.75% 0.89% -
XYZ 30.78 56.45 18.08 -
YUV 159.8 86.35 53.96 -
System Red Green Blue C M Y K H S L
Decimal 56 227 86 0.75 0 0.62 0.11 130.53 0.75 0.55
Hex 38 E3 56 4B 0 3E B 83 4B 37
Octal 70 343 126 113 0 76 13 203 113 67
Binary 111000 11100011 1010110 1001011 0 111110 1011 10000011 1001011 110111

Color Harmonies of #38E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E356

Black with #38E356

Text Example


Text Example

White with #38E356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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