Html Css Color HEX #38E354 Lime Green

📋 copy color: '#38E354'

red 56 ◦ green 227 ◦ blue 84

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

Shades of Lime Green #38E354

Tints of Lime Green #38E354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 15.26%
G = 61.85%
B = 22.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#38E354 (or 0x38E354) is known color: Lime Green. HEX triplet: 38, E3 and 54. RGB value is (56,227,84). Sum of RGB (Red+Green+Blue) = 56+227+84=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #38E354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E354 is #C71CAB. Grayscale: #9F9F9F. Windows color (decimal): -13049004 or 5563192. OLE color: 5563192.

HSL color Cylindrical-coordinate representation of color #38E354: hue angle of 129.82º 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 #38E354 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 227 84 -
CMYK 0.75 0 0.63 0.11
HSL 129.82º 0.75% 0.55% -
HSV(B) 129.82º 0.75% 0.89% -
XYZ 30.7 56.42 17.66 -
YUV 159.57 85.35 54.13 -
System Red Green Blue C M Y K H S L
Decimal 56 227 84 0.75 0 0.63 0.11 129.82 0.75 0.55
Hex 38 E3 54 4B 0 3F B 82 4B 37
Octal 70 343 124 113 0 77 13 202 113 67
Binary 111000 11100011 1010100 1001011 0 111111 1011 10000010 1001011 110111

Color Harmonies of #38E354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E354

Black with #38E354

Text Example


Text Example

White with #38E354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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