Html Css Color HEX #38E83B Lime Green

📋 copy color: '#38E83B'

red 56 ◦ green 232 ◦ blue 59

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

Shades of Lime Green #38E83B

Tints of Lime Green #38E83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17%

R = 16.14%
G = 66.86%
B = 17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#38E83B (or 0x38E83B) is known color: Lime Green. HEX triplet: 38, E8 and 3B. RGB value is (56,232,59). Sum of RGB (Red+Green+Blue) = 56+232+59=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 232 (91.02% from 255 or 66.86% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 232 - color contains mainly: green. Hex color #38E83B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E83B is #C717C4. Grayscale: #A0A0A0. Windows color (decimal): -13047749 or 3926072. OLE color: 3926072.

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

Color convert

RGB 56 232 59 -
CMYK 0.76 0 0.75 0.09
HSL 121.02º 0.79% 0.56% -
HSV(B) 121.02º 0.76% 0.91% -
XYZ 31.28 58.87 13.85 -
YUV 159.65 71.19 54.07 -
System Red Green Blue C M Y K H S L
Decimal 56 232 59 0.76 0 0.75 0.09 121.02 0.79 0.56
Hex 38 E8 3B 4C 0 4B 9 79 4F 38
Octal 70 350 73 114 0 113 11 171 117 70
Binary 111000 11101000 111011 1001100 0 1001011 1001 1111001 1001111 111000

Color Harmonies of #38E83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E83B

Black with #38E83B

Text Example


Text Example

White with #38E83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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