Html Css Color HEX #38E82B Lime Green

📋 copy color: '#38E82B'

red 56 ◦ green 232 ◦ blue 43

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

Shades of Lime Green #38E82B

Tints of Lime Green #38E82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.99%

R = 16.92%
G = 70.09%
B = 12.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#38E82B (or 0x38E82B) is known color: Lime Green. HEX triplet: 38, E8 and 2B. RGB value is (56,232,43). Sum of RGB (Red+Green+Blue) = 56+232+43=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 232 (91.02% from 255 or 70.09% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 232 - color contains mainly: green. Hex color #38E82B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E82B is #C717D4. Grayscale: #9E9E9E. Windows color (decimal): -13047765 or 2877496. OLE color: 2877496.

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

Color convert

RGB 56 232 43 -
CMYK 0.76 0 0.81 0.09
HSL 115.87º 0.8% 0.54% -
HSV(B) 115.87º 0.81% 0.91% -
XYZ 30.92 58.73 11.99 -
YUV 157.83 63.19 55.37 -
System Red Green Blue C M Y K H S L
Decimal 56 232 43 0.76 0 0.81 0.09 115.87 0.8 0.54
Hex 38 E8 2B 4C 0 51 9 74 50 36
Octal 70 350 53 114 0 121 11 164 120 66
Binary 111000 11101000 101011 1001100 0 1010001 1001 1110100 1010000 110110

Color Harmonies of #38E82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E82B

Black with #38E82B

Text Example


Text Example

White with #38E82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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