Html Css Color HEX #38E320 Lime Green

📋 copy color: '#38E320'

red 56 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #38E320

Tints of Lime Green #38E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 72.06%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 17.78%
G = 72.06%
B = 10.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#38E320 (or 0x38E320) is known color: Lime Green. HEX triplet: 38, E3 and 20. RGB value is (56,227,32). Sum of RGB (Red+Green+Blue) = 56+227+32=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #38E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E320 is #C71CDF. Grayscale: #9A9A9A. Windows color (decimal): -13049056 or 2155320. OLE color: 2155320.

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

Color convert

RGB 56 227 32 -
CMYK 0.75 0 0.86 0.11
HSL 112.62º 0.78% 0.51% -
HSV(B) 112.62º 0.86% 0.89% -
XYZ 29.36 55.88 10.61 -
YUV 153.64 59.35 58.36 -
System Red Green Blue C M Y K H S L
Decimal 56 227 32 0.75 0 0.86 0.11 112.62 0.78 0.51
Hex 38 E3 20 4B 0 56 B 71 4E 33
Octal 70 343 40 113 0 126 13 161 116 63
Binary 111000 11100011 100000 1001011 0 1010110 1011 1110001 1001110 110011

Color Harmonies of #38E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E320

Black with #38E320

Text Example


Text Example

White with #38E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,227,32); }

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

background-color css

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

 a { background-color: rgb(56,227,32); }

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

border-color css

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

 span { border-color: rgb(56,227,32); }

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