Html Css Color HEX #38EC53 Lime Green

📋 copy color: '#38EC53'

red 56 ◦ green 236 ◦ blue 83

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

Shades of Lime Green #38EC53

Tints of Lime Green #38EC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 62.93%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 14.93%
G = 62.93%
B = 22.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#38EC53 (or 0x38EC53) is known color: Lime Green. HEX triplet: 38, EC and 53. RGB value is (56,236,83). Sum of RGB (Red+Green+Blue) = 56+236+83=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EC53 is #C713AC. Grayscale: #A5A5A5. Windows color (decimal): -13046701 or 5499960. OLE color: 5499960.

HSL color Cylindrical-coordinate representation of color #38EC53: hue angle of 129º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC53 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 83 -
CMYK 0.76 0 0.65 0.07
HSL 129º 0.83% 0.57% -
HSV(B) 129º 0.76% 0.93% -
XYZ 33.19 61.46 18.3 -
YUV 164.74 81.87 50.44 -
System Red Green Blue C M Y K H S L
Decimal 56 236 83 0.76 0 0.65 0.07 129 0.83 0.57
Hex 38 EC 53 4C 0 41 7 81 53 39
Octal 70 354 123 114 0 101 7 201 123 71
Binary 111000 11101100 1010011 1001100 0 1000001 111 10000001 1010011 111001

Color Harmonies of #38EC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC53

Black with #38EC53

Text Example


Text Example

White with #38EC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,83); }

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

background-color css

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

 a { background-color: rgb(56,236,83); }

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

border-color css

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

 span { border-color: rgb(56,236,83); }

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