Html Css Color HEX #38E445 Lime Green

📋 copy color: '#38E445'

red 56 ◦ green 228 ◦ blue 69

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

Shades of Lime Green #38E445

Tints of Lime Green #38E445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.59%

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

R = 15.86%
G = 64.59%
B = 19.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#38E445 (or 0x38E445) is known color: Lime Green. HEX triplet: 38, E4 and 45. RGB value is (56,228,69). Sum of RGB (Red+Green+Blue) = 56+228+69=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 228 (89.45% from 255 or 64.59% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 228 - color contains mainly: green. Hex color #38E445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E445 is #C71BBA. Grayscale: #9E9E9E. Windows color (decimal): -13048763 or 4580408. OLE color: 4580408.

HSL color Cylindrical-coordinate representation of color #38E445: hue angle of 124.53º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38E445 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 228 69 -
CMYK 0.75 0 0.70 0.11
HSL 124.53º 0.76% 0.56% -
HSV(B) 124.53º 0.75% 0.89% -
XYZ 30.45 56.76 14.98 -
YUV 158.45 77.52 54.93 -
System Red Green Blue C M Y K H S L
Decimal 56 228 69 0.75 0 0.70 0.11 124.53 0.76 0.56
Hex 38 E4 45 4B 0 46 B 7D 4C 38
Octal 70 344 105 113 0 106 13 175 114 70
Binary 111000 11100100 1000101 1001011 0 1000110 1011 1111101 1001100 111000

Color Harmonies of #38E445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E445

Black with #38E445

Text Example


Text Example

White with #38E445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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