Html Css Color HEX #38B82C Lime Green

📋 copy color: '#38B82C'

red 56 ◦ green 184 ◦ blue 44

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

Shades of Lime Green #38B82C

Tints of Lime Green #38B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 64.79%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 19.72%
G = 64.79%
B = 15.49%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#38B82C (or 0x38B82C) is known color: Lime Green. HEX triplet: 38, B8 and 2C. RGB value is (56,184,44). Sum of RGB (Red+Green+Blue) = 56+184+44=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #38B82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B82C is #C747D3. Grayscale: #828282. Windows color (decimal): -13060052 or 2930744. OLE color: 2930744.

HSL color Cylindrical-coordinate representation of color #38B82C: hue angle of 114.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38B82C is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 184 44 -
CMYK 0.70 0 0.76 0.28
HSL 114.86º 0.61% 0.45% -
HSV(B) 114.86º 0.76% 0.72% -
XYZ 19.23 35.3 8.18 -
YUV 129.77 79.59 75.38 -
System Red Green Blue C M Y K H S L
Decimal 56 184 44 0.70 0 0.76 0.28 114.86 0.61 0.45
Hex 38 B8 2C 46 0 4C 1C 73 3D 2D
Octal 70 270 54 106 0 114 34 163 75 55
Binary 111000 10111000 101100 1000110 0 1001100 11100 1110011 111101 101101

Color Harmonies of #38B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B82C

Black with #38B82C

Text Example


Text Example

White with #38B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,184,44); }

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

background-color css

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

 a { background-color: rgb(56,184,44); }

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

border-color css

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

 span { border-color: rgb(56,184,44); }

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