Html Css Color HEX #38E342 Lime Green

📋 copy color: '#38E342'

red 56 ◦ green 227 ◦ blue 66

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

Shades of Lime Green #38E342

Tints of Lime Green #38E342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 16.05%
G = 65.04%
B = 18.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#38E342 (or 0x38E342) is known color: Lime Green. HEX triplet: 38, E3 and 42. RGB value is (56,227,66). Sum of RGB (Red+Green+Blue) = 56+227+66=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #38E342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E342 is #C71CBD. Grayscale: #9D9D9D. Windows color (decimal): -13049022 or 4383544. OLE color: 4383544.

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

Color convert

RGB 56 227 66 -
CMYK 0.75 0 0.71 0.11
HSL 123.51º 0.75% 0.55% -
HSV(B) 123.51º 0.75% 0.89% -
XYZ 30.08 56.17 14.41 -
YUV 157.52 76.35 55.59 -
System Red Green Blue C M Y K H S L
Decimal 56 227 66 0.75 0 0.71 0.11 123.51 0.75 0.55
Hex 38 E3 42 4B 0 47 B 7C 4B 37
Octal 70 343 102 113 0 107 13 174 113 67
Binary 111000 11100011 1000010 1001011 0 1000111 1011 1111100 1001011 110111

Color Harmonies of #38E342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E342

Black with #38E342

Text Example


Text Example

White with #38E342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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