Html Css Color HEX #38E03E Lime Green

📋 copy color: '#38E03E'

red 56 ◦ green 224 ◦ blue 62

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

Shades of Lime Green #38E03E

Tints of Lime Green #38E03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.13%

R = 16.37%
G = 65.5%
B = 18.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#38E03E (or 0x38E03E) is known color: Lime Green. HEX triplet: 38, E0 and 3E. RGB value is (56,224,62). Sum of RGB (Red+Green+Blue) = 56+224+62=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #38E03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E03E is #C71FC1. Grayscale: #9B9B9B. Windows color (decimal): -13049794 or 4120632. OLE color: 4120632.

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

Color convert

RGB 56 224 62 -
CMYK 0.75 0 0.72 0.12
HSL 122.14º 0.73% 0.55% -
HSV(B) 122.14º 0.75% 0.88% -
XYZ 29.16 54.5 13.54 -
YUV 155.3 75.34 57.17 -
System Red Green Blue C M Y K H S L
Decimal 56 224 62 0.75 0 0.72 0.12 122.14 0.73 0.55
Hex 38 E0 3E 4B 0 48 C 7A 49 37
Octal 70 340 76 113 0 110 14 172 111 67
Binary 111000 11100000 111110 1001011 0 1001000 1100 1111010 1001001 110111

Color Harmonies of #38E03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E03E

Black with #38E03E

Text Example


Text Example

White with #38E03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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