Html Css Color HEX #38E128 Lime Green

📋 copy color: '#38E128'

red 56 ◦ green 225 ◦ blue 40

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

Shades of Lime Green #38E128

Tints of Lime Green #38E128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 17.45%
G = 70.09%
B = 12.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#38E128 (or 0x38E128) is known color: Lime Green. HEX triplet: 38, E1 and 28. RGB value is (56,225,40). Sum of RGB (Red+Green+Blue) = 56+225+40=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #38E128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E128 is #C71ED7. Grayscale: #999999. Windows color (decimal): -13049560 or 2679096. OLE color: 2679096.

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

Color convert

RGB 56 225 40 -
CMYK 0.75 0 0.82 0.12
HSL 114.81º 0.76% 0.52% -
HSV(B) 114.81º 0.82% 0.88% -
XYZ 28.94 54.84 11.07 -
YUV 153.38 64.01 58.54 -
System Red Green Blue C M Y K H S L
Decimal 56 225 40 0.75 0 0.82 0.12 114.81 0.76 0.52
Hex 38 E1 28 4B 0 52 C 73 4C 34
Octal 70 341 50 113 0 122 14 163 114 64
Binary 111000 11100001 101000 1001011 0 1010010 1100 1110011 1001100 110100

Color Harmonies of #38E128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E128

Black with #38E128

Text Example


Text Example

White with #38E128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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