Html Css Color HEX #38E957 Lime Green

📋 copy color: '#38E957'

red 56 ◦ green 233 ◦ blue 87

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

Shades of Lime Green #38E957

Tints of Lime Green #38E957

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.97%

 BLUE value IS 87 (34.38% from 255) = 23.14%

R = 14.89%
G = 61.97%
B = 23.14%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#38E957 (or 0x38E957) is known color: Lime Green. HEX triplet: 38, E9 and 57. RGB value is (56,233,87). Sum of RGB (Red+Green+Blue) = 56+233+87=376 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.89% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #38E957 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38E957 is #C716A8. Grayscale: #A3A3A3. Windows color (decimal): -13047465 or 5761336. OLE color: 5761336.

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

Color convert

RGB 56 233 87 -
CMYK 0.76 0 0.63 0.09
HSL 130.51º 0.8% 0.57% -
HSV(B) 130.51º 0.76% 0.91% -
XYZ 32.49 59.81 18.85 -
YUV 163.43 84.86 51.37 -
System Red Green Blue C M Y K H S L
Decimal 56 233 87 0.76 0 0.63 0.09 130.51 0.8 0.57
Hex 38 E9 57 4C 0 3F 9 83 50 39
Octal 70 351 127 114 0 77 11 203 120 71
Binary 111000 11101001 1010111 1001100 0 111111 1001 10000011 1010000 111001

Color Harmonies of #38E957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E957

Black with #38E957

Text Example


Text Example

White with #38E957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,233,87); }

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

background-color css

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

 a { background-color: rgb(56,233,87); }

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

border-color css

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

 span { border-color: rgb(56,233,87); }

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