Html Css Color HEX #38EC32 Lime Green

📋 copy color: '#38EC32'

red 56 ◦ green 236 ◦ blue 50

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

Shades of Lime Green #38EC32

Tints of Lime Green #38EC32

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.01%

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 16.37%
G = 69.01%
B = 14.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#38EC32 (or 0x38EC32) is known color: Lime Green. HEX triplet: 38, EC and 32. RGB value is (56,236,50). Sum of RGB (Red+Green+Blue) = 56+236+50=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 236 (92.58% from 255 or 69.01% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EC32 is #C713CD. Grayscale: #A1A1A1. Windows color (decimal): -13046734 or 3337272. OLE color: 3337272.

HSL color Cylindrical-coordinate representation of color #38EC32: hue angle of 118.06º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38EC32 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 50 -
CMYK 0.76 0 0.79 0.07
HSL 118.06º 0.83% 0.56% -
HSV(B) 118.06º 0.79% 0.93% -
XYZ 32.2 61.06 13.11 -
YUV 160.98 65.37 53.12 -
System Red Green Blue C M Y K H S L
Decimal 56 236 50 0.76 0 0.79 0.07 118.06 0.83 0.56
Hex 38 EC 32 4C 0 4F 7 76 53 38
Octal 70 354 62 114 0 117 7 166 123 70
Binary 111000 11101100 110010 1001100 0 1001111 111 1110110 1010011 111000

Color Harmonies of #38EC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC32

Black with #38EC32

Text Example


Text Example

White with #38EC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,50); }

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

background-color css

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

 a { background-color: rgb(56,236,50); }

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

border-color css

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

 span { border-color: rgb(56,236,50); }

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