Html Css Color HEX #38EA53 Lime Green

📋 copy color: '#38EA53'

red 56 ◦ green 234 ◦ blue 83

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

Shades of Lime Green #38EA53

Tints of Lime Green #38EA53

RGB

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

 GREEN value IS 234 (91.8% from 255) = 62.73%

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

R = 15.01%
G = 62.73%
B = 22.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#38EA53 (or 0x38EA53) is known color: Lime Green. HEX triplet: 38, EA and 53. RGB value is (56,234,83). Sum of RGB (Red+Green+Blue) = 56+234+83=373 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.01% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EA53 is #C715AC. Grayscale: #A3A3A3. Windows color (decimal): -13047213 or 5499448. OLE color: 5499448.

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

Color convert

RGB 56 234 83 -
CMYK 0.76 0 0.65 0.08
HSL 129.1º 0.81% 0.57% -
HSV(B) 129.1º 0.76% 0.92% -
XYZ 32.62 60.31 18.11 -
YUV 163.56 82.53 51.28 -
System Red Green Blue C M Y K H S L
Decimal 56 234 83 0.76 0 0.65 0.08 129.1 0.81 0.57
Hex 38 EA 53 4C 0 41 8 81 51 39
Octal 70 352 123 114 0 101 10 201 121 71
Binary 111000 11101010 1010011 1001100 0 1000001 1000 10000001 1010001 111001

Color Harmonies of #38EA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EA53

Black with #38EA53

Text Example


Text Example

White with #38EA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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