Html Css Color HEX #38E552 Lime Green

📋 copy color: '#38E552'

red 56 ◦ green 229 ◦ blue 82

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

Shades of Lime Green #38E552

Tints of Lime Green #38E552

RGB

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

 GREEN value IS 229 (89.84% from 255) = 62.4%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 15.26%
G = 62.4%
B = 22.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#38E552 (or 0x38E552) is known color: Lime Green. HEX triplet: 38, E5 and 52. RGB value is (56,229,82). Sum of RGB (Red+Green+Blue) = 56+229+82=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #38E552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38E552 is #C71AAD. Grayscale: #A0A0A0. Windows color (decimal): -13048494 or 5432632. OLE color: 5432632.

HSL color Cylindrical-coordinate representation of color #38E552: hue angle of 129.02º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38E552 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 82 -
CMYK 0.76 0 0.64 0.10
HSL 129.02º 0.77% 0.56% -
HSV(B) 129.02º 0.76% 0.9% -
XYZ 31.17 57.49 17.44 -
YUV 160.52 83.69 53.45 -
System Red Green Blue C M Y K H S L
Decimal 56 229 82 0.76 0 0.64 0.10 129.02 0.77 0.56
Hex 38 E5 52 4C 0 40 A 81 4D 38
Octal 70 345 122 114 0 100 12 201 115 70
Binary 111000 11100101 1010010 1001100 0 1000000 1010 10000001 1001101 111000

Color Harmonies of #38E552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E552

Black with #38E552

Text Example


Text Example

White with #38E552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,229,82); }

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

background-color css

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

 a { background-color: rgb(56,229,82); }

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

border-color css

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

 span { border-color: rgb(56,229,82); }

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