Html Css Color HEX #38B82B Lime Green

📋 copy color: '#38B82B'

red 56 ◦ green 184 ◦ blue 43

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

Shades of Lime Green #38B82B

Tints of Lime Green #38B82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 19.79%
G = 65.02%
B = 15.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#38B82B (or 0x38B82B) is known color: Lime Green. HEX triplet: 38, B8 and 2B. RGB value is (56,184,43). Sum of RGB (Red+Green+Blue) = 56+184+43=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #38B82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B82B is #C747D4. Grayscale: #828282. Windows color (decimal): -13060053 or 2865208. OLE color: 2865208.

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

Color convert

RGB 56 184 43 -
CMYK 0.70 0 0.77 0.28
HSL 114.47º 0.62% 0.45% -
HSV(B) 114.47º 0.77% 0.72% -
XYZ 19.21 35.3 8.09 -
YUV 129.65 79.09 75.46 -
System Red Green Blue C M Y K H S L
Decimal 56 184 43 0.70 0 0.77 0.28 114.47 0.62 0.45
Hex 38 B8 2B 46 0 4D 1C 72 3E 2D
Octal 70 270 53 106 0 115 34 162 76 55
Binary 111000 10111000 101011 1000110 0 1001101 11100 1110010 111110 101101

Color Harmonies of #38B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B82B

Black with #38B82B

Text Example


Text Example

White with #38B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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