Html Css Color HEX #38E045 Lime Green

📋 copy color: '#38E045'

red 56 ◦ green 224 ◦ blue 69

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

Shades of Lime Green #38E045

Tints of Lime Green #38E045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.18%

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

R = 16.05%
G = 64.18%
B = 19.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#38E045 (or 0x38E045) is known color: Lime Green. HEX triplet: 38, E0 and 45. RGB value is (56,224,69). Sum of RGB (Red+Green+Blue) = 56+224+69=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #38E045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E045 is #C71FBA. Grayscale: #9C9C9C. Windows color (decimal): -13049787 or 4579384. OLE color: 4579384.

HSL color Cylindrical-coordinate representation of color #38E045: hue angle of 124.64º degrees, saturation: 0.73, 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 #38E045 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 69 -
CMYK 0.75 0 0.69 0.12
HSL 124.64º 0.73% 0.55% -
HSV(B) 124.64º 0.75% 0.88% -
XYZ 29.36 54.58 14.62 -
YUV 156.1 78.84 56.6 -
System Red Green Blue C M Y K H S L
Decimal 56 224 69 0.75 0 0.69 0.12 124.64 0.73 0.55
Hex 38 E0 45 4B 0 45 C 7D 49 37
Octal 70 340 105 113 0 105 14 175 111 67
Binary 111000 11100000 1000101 1001011 0 1000101 1100 1111101 1001001 110111

Color Harmonies of #38E045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E045

Black with #38E045

Text Example


Text Example

White with #38E045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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