Html Css Color HEX #38E144 Lime Green

📋 copy color: '#38E144'

red 56 ◦ green 225 ◦ blue 68

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

Shades of Lime Green #38E144

Tints of Lime Green #38E144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.47%

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 16.05%
G = 64.47%
B = 19.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#38E144 (or 0x38E144) is known color: Lime Green. HEX triplet: 38, E1 and 44. RGB value is (56,225,68). Sum of RGB (Red+Green+Blue) = 56+225+68=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #38E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E144 is #C71EBB. Grayscale: #9D9D9D. Windows color (decimal): -13049532 or 4514104. OLE color: 4514104.

HSL color Cylindrical-coordinate representation of color #38E144: hue angle of 124.26º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E144 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 68 -
CMYK 0.75 0 0.70 0.12
HSL 124.26º 0.74% 0.55% -
HSV(B) 124.26º 0.75% 0.88% -
XYZ 29.6 55.11 14.55 -
YUV 156.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 56 225 68 0.75 0 0.70 0.12 124.26 0.74 0.55
Hex 38 E1 44 4B 0 46 C 7C 4A 37
Octal 70 341 104 113 0 106 14 174 112 67
Binary 111000 11100001 1000100 1001011 0 1000110 1100 1111100 1001010 110111

Color Harmonies of #38E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E144

Black with #38E144

Text Example


Text Example

White with #38E144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,225,68); }

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

background-color css

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

 a { background-color: rgb(56,225,68); }

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

border-color css

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

 span { border-color: rgb(56,225,68); }

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