Html Css Color HEX #38E545 Lime Green

📋 copy color: '#38E545'

red 56 ◦ green 229 ◦ blue 69

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

Shades of Lime Green #38E545

Tints of Lime Green #38E545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 15.82%
G = 64.69%
B = 19.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#38E545 (or 0x38E545) is known color: Lime Green. HEX triplet: 38, E5 and 45. RGB value is (56,229,69). Sum of RGB (Red+Green+Blue) = 56+229+69=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 229 (89.84% from 255 or 64.69% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 229 - color contains mainly: green. Hex color #38E545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E545 is #C71ABA. Grayscale: #9F9F9F. Windows color (decimal): -13048507 or 4580664. OLE color: 4580664.

HSL color Cylindrical-coordinate representation of color #38E545: hue angle of 124.51º 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 #38E545 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 229 69 -
CMYK 0.76 0 0.70 0.10
HSL 124.51º 0.77% 0.56% -
HSV(B) 124.51º 0.76% 0.9% -
XYZ 30.72 57.31 15.07 -
YUV 159.03 77.19 54.51 -
System Red Green Blue C M Y K H S L
Decimal 56 229 69 0.76 0 0.70 0.10 124.51 0.77 0.56
Hex 38 E5 45 4C 0 46 A 7D 4D 38
Octal 70 345 105 114 0 106 12 175 115 70
Binary 111000 11100101 1000101 1001100 0 1000110 1010 1111101 1001101 111000

Color Harmonies of #38E545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E545

Black with #38E545

Text Example


Text Example

White with #38E545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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