Html Css Color HEX #38E82A Lime Green

📋 copy color: '#38E82A'

red 56 ◦ green 232 ◦ blue 42

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

Shades of Lime Green #38E82A

Tints of Lime Green #38E82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.73%

R = 16.97%
G = 70.3%
B = 12.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#38E82A (or 0x38E82A) is known color: Lime Green. HEX triplet: 38, E8 and 2A. RGB value is (56,232,42). Sum of RGB (Red+Green+Blue) = 56+232+42=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #38E82A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E82A is #C717D5. Grayscale: #9E9E9E. Windows color (decimal): -13047766 or 2811960. OLE color: 2811960.

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

Color convert

RGB 56 232 42 -
CMYK 0.76 0 0.82 0.09
HSL 115.58º 0.81% 0.54% -
HSV(B) 115.58º 0.82% 0.91% -
XYZ 30.91 58.72 11.9 -
YUV 157.72 62.69 55.45 -
System Red Green Blue C M Y K H S L
Decimal 56 232 42 0.76 0 0.82 0.09 115.58 0.81 0.54
Hex 38 E8 2A 4C 0 52 9 74 51 36
Octal 70 350 52 114 0 122 11 164 121 66
Binary 111000 11101000 101010 1001100 0 1010010 1001 1110100 1010001 110110

Color Harmonies of #38E82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E82A

Black with #38E82A

Text Example


Text Example

White with #38E82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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